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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DOtherName.java35 * This class represents the OtherName as required by the GeneralNames
40 * The ASN.1 definition for OtherName is:
42 * OtherName ::= SEQUENCE {
49 public class OtherName implements GeneralNameInterface { class in inherits:GeneralNameInterface
61 * Create the OtherName object from a passed ObjectIdentfier and
64 * @param oid ObjectIdentifier of this OtherName object
65 * @param value the DER-encoded value of the OtherName
68 public OtherName(ObjectIdentifier oid, byte[] value) throws IOException { method in class:OtherName
83 * Create the OtherName object from the passed encoded Der value.
85 * @param derValue the encoded DER OtherName
88 public OtherName(DerValue derValue) throws IOException { method in class:OtherName
[all...]

Completed in 29 milliseconds