HomeSort by relevance Sort by last modified time
    Searched refs:OtherName (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
OtherName.java 35 * with OtherName structure which is a subpart of GeneralName
42 * OtherName ::= SEQUENCE {
48 public final class OtherName {
53 /** the ASN.1 encoded form of OtherName */
56 public OtherName(String typeID, byte[] value) {
60 private OtherName(String typeID, byte[] value, byte[] encoding) {
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 on = (OtherName) object
    [all...]
GeneralName.java 60 * otherName [0] OtherName,
71 * OtherName::= SEQUENCE {
117 nameASN1[OTHER_NAME] = OtherName.ASN1;
148 * [0] otherName, [3] x400Address, [5] ediPartyName
194 public GeneralName(OtherName name) {
258 * [0] otherName - OtherName object,
336 * For otherName [0], ediPartyName [5], and registeredID [8]
455 * otherName, X400Address, ediPartyName returned as byte array
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNameTest.java 33 import org.apache.harmony.security.x509.OtherName;
44 new GeneralName(new OtherName("1.2.3.4.5", new byte[] {1, 2, 0, 1}));
76 OtherName on =
77 new OtherName("1.2.3.4.5", new byte[] {1, 2, 0, 1});
78 byte[] encoding = OtherName.ASN1.encode(on);
80 OtherName.ASN1.decode(encoding);
CertificateTest.java 46 import org.apache.harmony.security.x509.OtherName;
140 new OtherName("1.2.3.4.5",
195 // OtherName:
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 71 import org.apache.harmony.security.x509.OtherName;
502 GeneralName san0 = new GeneralName(new OtherName("1.2.3.4.5",
    [all...]
  /external/chromium_org/base/test/
trace_event_analyzer.h 292 static Query OtherName() { return Query(OTHER_NAME); }
trace_event_analyzer.cc 708 Query match(Query::EventName() == Query::OtherName() &&
726 Query match(Query::EventName() == Query::OtherName() &&
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 68 import org.apache.harmony.security.x509.OtherName;
    [all...]

Completed in 96 milliseconds