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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DOtherName.java35 * with OtherName structure which is a subpart of GeneralName
42 * OtherName ::= SEQUENCE {
48 public final class OtherName { class
53 /** the ASN.1 encoded form of OtherName */
56 public OtherName(String typeID, byte[] value) { method in class:OtherName
60 private OtherName(String typeID, byte[] value, byte[] encoding) { method in class:OtherName
74 * Returns ASN.1 encoded form of this X.509 OtherName value.
84 * ASN.1 DER X.509 OtherName encoder/decoder class.
92 return new OtherName(ObjectIdentifier.toString((int[]) values[0]),
97 OtherName o
[all...]

Completed in 62 milliseconds