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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAuthorityKeyIdentifier.java22 * The AuthorityKeyIdentifier object.
26 * AuthorityKeyIdentifier ::= SEQUENCE {
35 public class AuthorityKeyIdentifier class in inherits:ASN1Object
42 public static AuthorityKeyIdentifier getInstance(
49 public static AuthorityKeyIdentifier getInstance(
52 if (obj instanceof AuthorityKeyIdentifier)
54 return (AuthorityKeyIdentifier)obj;
58 return new AuthorityKeyIdentifier(ASN1Sequence.getInstance(obj));
64 public static AuthorityKeyIdentifier fromExtensions(Extensions extensions)
66 return AuthorityKeyIdentifier
69 protected AuthorityKeyIdentifier( method in class:AuthorityKeyIdentifier
108 public AuthorityKeyIdentifier( method in class:AuthorityKeyIdentifier
127 public AuthorityKeyIdentifier( method in class:AuthorityKeyIdentifier
150 public AuthorityKeyIdentifier( method in class:AuthorityKeyIdentifier
160 public AuthorityKeyIdentifier( method in class:AuthorityKeyIdentifier
170 public AuthorityKeyIdentifier( method in class:AuthorityKeyIdentifier
[all...]
H A DX509Extensions.java135 public static final ASN1ObjectIdentifier AuthorityKeyIdentifier = new ASN1ObjectIdentifier("2.5.29.35"); field in class:X509Extensions
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
H A Drfc2459.py886 class AuthorityKeyIdentifier(univ.Sequence): class in inherits:univ.Sequence
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 102 milliseconds