Searched defs:Name (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x501/
H A DName.java41 * X.501 Name
43 public final class Name { class
45 /** ASN.1 DER encoding of Name */
61 * Creates new <code>Name</code> instance from its DER encoding
66 public Name(byte[] encoding) throws IOException { method in class:Name
79 * Creates new <code>Name</code> instance
81 * @param name - Name as String
84 public Name(String name) throws IOException { method in class:Name
88 private Name(List<List<AttributeTypeAndValue>> rdn) { method in class:Name
94 * <code>Name</cod
[all...]
/libcore/luni/src/main/java/java/util/jar/
H A DAttributes.java28 * Attribute keys are generally instances of {@code Attributes.Name}. Values
35 * {@link Attributes.Name}) of a JAR file manifest to arbitrary values. The
52 public static class Name { class in class:Attributes
56 public static final Name CLASS_PATH = new Name("Class-Path");
59 public static final Name MANIFEST_VERSION = new Name("Manifest-Version");
62 public static final Name MAIN_CLASS = new Name("Main-Class");
65 public static final Name SIGNATURE_VERSIO
145 public Name(String name) { method in class:Attributes.Name
[all...]

Completed in 136 milliseconds