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

/openjdk9/jdk/src/java.base/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...]
H A DGeneralSubtrees.java246 // Create new OtherName with same OID as baseName, but
248 ObjectIdentifier otherOID = ((OtherName)name).getOID();
249 newName = new GeneralName(new OtherName(otherOID, null));
H A DGeneralName.java38 * otherName [0] OtherName,
95 name = new OtherName(encName);
/openjdk9/jdk/src/java.base/share/classes/java/security/cert/
H A DX509CertSelector.java779 * otherName [0] OtherName,
946 result = new OtherName(val);
1016 * otherName [0] OtherName,

Completed in 114 milliseconds