/bootable/recovery/testdata/ |
testkey_ecdsa.x509.pem | 1 -----BEGIN CERTIFICATE----- 10 -----END CERTIFICATE-----
|
/frameworks/base/media/lib/signer/java/com/android/mediadrm/signer/ |
MediaDrmSigner.java | 23 * Provides certificate request generation, response handling and 30 * Specify X.509 certificate type 35 * Contains the opaque data an app uses to request a certificate from a provisioning 53 * Get the default URL to use when sending the certificate request 55 * certificate server URL obtained from other sources. 63 * Contains the wrapped private key and public certificate data associated 64 * with a certificate. 66 public final static class Certificate { 67 private final MediaDrm.Certificate mCertificate; 69 Certificate(MediaDrm.Certificate certificate) [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/jcajce/ |
JcaX509CertificateHolder.java | 6 import org.bouncycastle.asn1.x509.Certificate; 18 * @param cert certificate to be used a the source for the holder creation. 19 * @throws CertificateEncodingException if there is a problem extracting the certificate information. 24 super(Certificate.getInstance(cert.getEncoded()));
|
/libcore/luni/src/main/java/java/security/ |
Certificate.java | 25 * {@code Certificate} represents an identity certificate, such as X.509 or PGP. 26 * Note: A {@code Certificate} instances does not make any statement about the 30 * @deprecated Use {@link java.security.cert.Certificate} instead. 31 * @see java.security.cert.Certificate 34 public interface Certificate { 37 * Decodes a certificate from the given {@code InputStream}. The format of 44 * if certificate information is incomplete or incorrect. 53 * Encodes this certificate to an output stream. The 58 * the {@code OutputStream} to encode this certificate to [all...] |
/cts/hostsidetests/appsecurity/certs/keysets/ |
cts-keyset-test-ec-a.x509.pem | 1 -----BEGIN CERTIFICATE----- 10 -----END CERTIFICATE-----
|
/external/apache-harmony/security/src/test/resources/ |
hyts_certificate_PEM.txt | 1 -----BEGIN CERTIFICATE----- 16 -----END CERTIFICATE-----
|
/external/boringssl/src/ssl/test/runner/ |
cert.pem | 1 -----BEGIN CERTIFICATE----- 15 -----END CERTIFICATE-----
|
ecdsa_cert.pem | 1 -----BEGIN CERTIFICATE----- 12 -----END CERTIFICATE-----
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
PKIXCertStore.java | 3 import java.security.cert.Certificate; 10 public interface PKIXCertStore<T extends Certificate>
|
PKIXCertStoreSelector.java | 6 import java.security.cert.Certificate; 16 public class PKIXCertStoreSelector<T extends Certificate> 28 public PKIXCertStoreSelector<? extends Certificate> build() 41 public boolean match(Certificate cert) 51 public static Collection<? extends Certificate> getCertificates(final PKIXCertStoreSelector selector, CertStore certStore) 56 public boolean match(Certificate certificate) 58 return (selector == null) ? true : selector.match(certificate);
|
/external/vboot_reference/tests/testkeys/ |
key_rsa1024.crt | 1 -----BEGIN CERTIFICATE----- 17 -----END CERTIFICATE-----
|
/frameworks/base/core/java/android/net/http/ |
SslError.java | 23 * certificate. 32 * The certificate is not yet valid 36 * The certificate has expired 44 * The certificate authority is not trusted 48 * The date of the certificate is invalid 73 * The SSL certificate associated with the error set 83 * Creates a new SslError object using the supplied error and certificate. 86 * @param certificate The associated SSL certificate 90 public SslError(int error, SslCertificate certificate) { [all...] |
/frameworks/base/core/tests/coretests/certs/ |
keyset_A.x509.pem | 1 -----BEGIN CERTIFICATE----- 14 -----END CERTIFICATE-----
|
keyset_B.x509.pem | 1 -----BEGIN CERTIFICATE----- 14 -----END CERTIFICATE-----
|
/libcore/support/src/test/java/tests/resources/ |
test.cert | 1 -----BEGIN CERTIFICATE----- 17 -----END CERTIFICATE-----
|
/libcore/support/src/test/java/tests/resources/x509/ |
cacert.pem | 1 -----BEGIN CERTIFICATE----- 19 -----END CERTIFICATE-----
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
PKIXAttrCertChecker.java | 13 * Returns an immutable <code>Set</code> of X.509 attribute certificate 20 * All X.509 attribute certificate extensions that a 32 * Performs checks on the specified attribute certificate. Every handled 36 * @param attrCert The attribute certificate to be checked. 37 * @param certPath The certificate path which belongs to the attribute 38 * certificate issuer public key certificate. 39 * @param holderCertPath The certificate path which belongs to the holder 40 * certificate. 43 * @throws CertPathValidatorException if the specified attribute certificate [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/ |
ISISMTTObjectIdentifiers.java | 18 * The id-isismtt-cp-accredited OID indicates that the certificate is a 19 * qualified certificate according to Directive 1999/93/EC of the European 33 * Certificate extensionDate of certificate generation 42 * Attribute to indicate that the certificate holder may sign in the name of 43 * a third person. May also be used as extension in a certificate. 51 * attribute in attribute certificate or as extension in a certificate 70 * certificate or as extension in a certificate [all...] |
/libcore/luni/src/main/java/java/security/cert/ |
CertSelector.java | 22 * Certificate} meets some criteria. 25 * criteria for selecting {@code Certificate}s from a {@code CertStore}. 28 * @see Certificate 41 * certificate. 44 * the certificate to be evaluated. 45 * @return {@code true} if the certificate matches the criteria, {@code 48 public boolean match(Certificate cert);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Certificate.java | 14 * Certificate ::= SEQUENCE { 21 public class Certificate 29 public static Certificate getInstance( 36 public static Certificate getInstance( 39 if (obj instanceof Certificate) 41 return (Certificate)obj; 45 return new Certificate(ASN1Sequence.getInstance(obj)); 51 private Certificate( 68 throw new IllegalArgumentException("sequence wrong size for a certificate");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
nokia.pem | 0 # Certificate for projects.developer.nokia.com:443 (see issue 13034) 2 -----BEGIN CERTIFICATE----- 31 -----END CERTIFICATE-----
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
nokia.pem | 0 # Certificate for projects.developer.nokia.com:443 (see issue 13034) 2 -----BEGIN CERTIFICATE----- 31 -----END CERTIFICATE-----
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
X509CertificateHolder.java | 15 import org.bouncycastle.asn1.x509.Certificate; 25 * Holding class for an X.509 Certificate structure. 30 private Certificate x509Certificate; 33 private static Certificate parseBytes(byte[] certEncoding) 38 return Certificate.getInstance(ASN1Primitive.fromByteArray(certEncoding)); 53 * @param certEncoding BER/DER encoding of the certificate. 65 * @param x509Certificate an ASN.1 Certificate structure. 67 public X509CertificateHolder(Certificate x509Certificate) 87 * Return whether or not the holder's certificate contains extensions. 114 * Return the extensions block associated with this certificate if there is one [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/ |
AuthorityKeyIdentifierStructure.java | 65 X509Certificate certificate) 70 if (certificate.getVersion() != 3) 72 GeneralName genName = new GeneralName(PrincipalUtil.getIssuerX509Principal(certificate)); 74 (ASN1Sequence)new ASN1InputStream(certificate.getPublicKey().getEncoded()).readObject()); 77 info, new GeneralNames(genName), certificate.getSerialNumber()).toASN1Object(); 81 GeneralName genName = new GeneralName(PrincipalUtil.getIssuerX509Principal(certificate)); 83 byte[] ext = certificate.getExtensionValue(X509Extensions.SubjectKeyIdentifier.getId()); 90 str.getOctets(), new GeneralNames(genName), certificate.getSerialNumber()).toASN1Object(); 95 (ASN1Sequence)new ASN1InputStream(certificate.getPublicKey().getEncoded()).readObject()); 98 info, new GeneralNames(genName), certificate.getSerialNumber()).toASN1Object() [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
ContentVerifierProvider.java | 12 * Return whether or not this verifier has a certificate associated with it. 14 * @return true if there is an associated certificate, false otherwise. 19 * Return the associated certificate if there is one. 21 * @return a holder containing the associated certificate if there is one, null if there is not.
|