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

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
H A DName.java44 * X.501 Name
46 public class Name { class
48 //ASN.1 DER encoding of Name
64 * Creates new <code>Name</code> instance from its DER encoding
69 public Name(byte[] encoding) throws IOException { method in class:Name
83 * Creates new <code>Name</code> instance
85 * @param name - Name as String
88 public Name(String name) throws IOException { method in class:Name
92 // Creates Name instance
93 private Name(Lis method in class:Name
[all...]
/dalvik/libcore/archive/src/main/java/java/util/jar/
H A DAttributes.java30 * Attribute keys are generally instances of {@code Attributes.Name}. Values
37 * {@link Attributes.Name}) of a JAR file manifest to arbitrary values. The
54 public static class Name { class in class:Attributes
62 public static final Name CLASS_PATH = new Name("Class-Path"); //$NON-NLS-1$
67 public static final Name MANIFEST_VERSION = new Name("Manifest-Version"); //$NON-NLS-1$
72 public static final Name MAIN_CLASS = new Name("Main-Class"); //$NON-NLS-1$
77 public static final Name SIGNATURE_VERSIO
184 public Name(String s) { method in class:Attributes.Name
205 Name(byte[] buf) { method in class:Attributes.Name
[all...]

Completed in 190 milliseconds