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

  /libcore/ojluni/src/main/java/sun/security/x509/
EDIPartyName.java 32 * This class defines the EDIPartyName of the GeneralName choice.
35 * EDIPartyName ::= SEQUENCE {
45 public class EDIPartyName implements GeneralNameInterface {
57 * Create the EDIPartyName object from the specified names.
62 public EDIPartyName(String assignerName, String partyName) {
68 * Create the EDIPartyName object from the specified name.
72 public EDIPartyName(String partyName) {
77 * Create the EDIPartyName object from the passed encoded Der value.
79 * @param derValue the encoded DER EDIPartyName.
82 public EDIPartyName(DerValue derValue) throws IOException
    [all...]
GeneralName.java 43 * ediPartyName [5] EDIPartyName,
158 name = new EDIPartyName(encName);
GeneralSubtrees.java 266 newName = new GeneralName(new EDIPartyName(""));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
EDIPartyNameTest.java 26 import org.apache.harmony.security.x509.EDIPartyName;
56 * EDIPartyName(String nameAssigner, String partyName) method testing.
61 EDIPartyName ediPN = new EDIPartyName("nameAssigner", "partyName");
75 System.out.println("Got encoded form of EDIPartyName is:");
133 * EDIPartyName(String nameAssigner, String partyName, byte[] encoding)
137 EDIPartyName ediName = new EDIPartyName("assigner", "party");
138 byte[] encoding = EDIPartyName.ASN1.encode(ediName);
139 EDIPartyName.ASN1.decode(encoding)
    [all...]
CertificateTest.java 39 import org.apache.harmony.security.x509.EDIPartyName;
147 new GeneralName(new EDIPartyName("assigner", "party")),
GeneralNameTest.java 29 import org.apache.harmony.security.x509.EDIPartyName;
50 new GeneralName(new EDIPartyName("assigner", "party"));
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 59 import org.apache.harmony.security.x509.EDIPartyName;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2459.py     [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 67 import sun.security.x509.EDIPartyName;
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]
  /libcore/
openjdk_java_files.mk     [all...]

Completed in 495 milliseconds