HomeSort by relevance Sort by last modified time
    Searched defs:GeneralNames (Results 1 - 9 of 9) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralNames.java 11 public class GeneralNames
16 public static GeneralNames getInstance(
19 if (obj instanceof GeneralNames)
21 return (GeneralNames)obj;
26 return new GeneralNames(ASN1Sequence.getInstance(obj));
32 public static GeneralNames getInstance(
39 public static GeneralNames fromExtensions(Extensions extensions, ASN1ObjectIdentifier extOID)
41 return GeneralNames.getInstance(extensions.getExtensionParsedValue(extOID));
45 * Construct a GeneralNames object containing one GeneralName.
49 public GeneralNames(
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralNames.java 34 * This object class represents the GeneralNames type required in
38 * GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
45 public class GeneralNames {
50 * Create the GeneralNames, decoding from the passed DerValue.
52 * @param derVal the DerValue to construct the GeneralNames from.
55 public GeneralNames(DerValue derVal) throws IOException {
58 throw new IOException("Invalid encoding for GeneralNames.");
76 public GeneralNames() {
80 public GeneralNames add(GeneralName name) {
127 * compare this GeneralNames to other object for equalit
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2459.py     [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 137 milliseconds