Searched refs:subjectKeyIdentifier (Results 1 - 7 of 7) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInfoGeneratorBuilder.java103 * Build a generator with the passed in subjectKeyIdentifier as the signerIdentifier. If used you should
107 * @param subjectKeyIdentifier key identifier to identify the public key for verifying the signature.
111 public SignerInfoGenerator build(ContentSigner contentSigner, byte[] subjectKeyIdentifier) argument
114 SignerIdentifier sigId = new SignerIdentifier(new DEROctetString(subjectKeyIdentifier));
/external/openssl/android.testssl/
H A DUss.cnf31 subjectKeyIdentifier=hash
H A DCAss.cnf72 subjectKeyIdentifier=hash
/external/openssl/apps/
H A Dopenssl.cnf194 subjectKeyIdentifier=hash
232 subjectKeyIdentifier=hash
299 subjectKeyIdentifier=hash
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DX509CertificateHolderSelector.java128 Extension ext = certHldr.getExtension(Extension.subjectKeyIdentifier);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtension.java25 public static final ASN1ObjectIdentifier subjectKeyIdentifier = new ASN1ObjectIdentifier("2.5.29.14"); field in class:Extension
H A DX509Extension.java24 public static final ASN1ObjectIdentifier subjectKeyIdentifier = new ASN1ObjectIdentifier("2.5.29.14"); field in class:X509Extension

Completed in 8389 milliseconds