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

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIXCertPathValidator.java 33 import sun.security.provider.certpath.PKIX.ValidatorParams;
38 * This class implements the PKIX validation algorithm for certification
62 * <code>X509Certificate</code>s using the PKIX validation algorithm,
67 * @param params the input PKIX parameter set
78 ValidatorParams valParams = PKIX.checkParams(cp, params);
BasicChecker.java 54 * on a PKIX certificate, namely the signature, timestamp, and subject/issuer
104 if (PKIX.isDSAPublicKeyWithoutParams(prevPubKey)) {
253 if (PKIX.isDSAPublicKeyWithoutParams(cKey)) {
PKIX.java 37 * Common utility methods and classes used by the PKIX CertPathValidator and
40 class PKIX {
44 private PKIX() { }
72 * PKIXParameters that are shared by the PKIX CertPathValidator
ForwardState.java 48 * A specification of a forward PKIX validation state
171 if (PKIX.isDSAPublicKeyWithoutParams(icert.getPublicKey())) {
URICertStore.java 374 throw new PKIX.CertStoreTypeException("LDAP", cse);
430 throw new PKIX.CertStoreTypeException("URI",
SunCertPathBuilder.java 43 import sun.security.provider.certpath.PKIX.BuilderParams;
52 * PKIXBuilderParameters object and has been validated according to the PKIX
106 * according to the PKIX specification.
125 buildParams = PKIX.checkBuilderParams(params);
245 * @param currentState the current PKIX validation state
261 * satisfy the PKIX certification path constraints.
517 /* Update the PKIX state */
Builder.java 35 import sun.security.provider.certpath.PKIX.BuilderParams;
ForwardBuilder.java 45 import sun.security.provider.certpath.PKIX.BuilderParams;
102 * PKIX state (name constraints, policy constraints, etc).
141 * and requirements specified in the parameters and PKIX state.
185 * and requirements specified in the parameters and PKIX state.
391 * This inner class compares 2 PKIX certificates according to which
670 * This method executes the validation steps in the PKIX path
671 * validation algorithm <draft-ietf-pkix-new-part1-08.txt> which were
682 * matches the target subject, then steps in 6.1.4 of the PKIX
    [all...]
AlgorithmChecker.java 316 if (PKIX.isDSAPublicKeyWithoutParams(currPubKey)) {
RevocationChecker.java 45 import static sun.security.provider.certpath.PKIX.*;
445 if (PKIX.isDSAPublicKeyWithoutParams(pubKey)) {
483 // the issue is resolved in the PKIX WG.
    [all...]
DistributionPointFetcher.java 285 savedCSE = new PKIX.CertStoreTypeException(store.getType(),cse);
656 CertPathBuilder builder = CertPathBuilder.getInstance("PKIX");
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/conf/security/
java.security 321 ssl.TrustManagerFactory.algorithm=PKIX
572 # Note: This property is currently used by Oracle's PKIX implementation. It
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/conf/security/
java.security 320 ssl.TrustManagerFactory.algorithm=PKIX
571 # Note: This property is currently used by Oracle's PKIX implementation. It
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/security/
java.security 286 ssl.TrustManagerFactory.algorithm=PKIX
536 # Note: This property is currently used by Oracle's PKIX implementation. It
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/security/
java.security 283 ssl.TrustManagerFactory.algorithm=PKIX
533 # Note: This property is currently used by Oracle's PKIX implementation. It
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 22 "crypto/x509/pkix"
40 // pkixPublicKey reflects a PKIX public key structure. See SubjectPublicKeyInfo
43 Algo pkix.AlgorithmIdentifier
69 func marshalPublicKey(pub interface{}) (publicKeyBytes []byte, publicKeyAlgorithm pkix.AlgorithmIdentifier, err error) {
77 return nil, pkix.AlgorithmIdentifier{}, err
87 return nil, pkix.AlgorithmIdentifier{}, errors.New("x509: unsupported elliptic curve")
97 return nil, pkix.AlgorithmIdentifier{}, errors.New("x509: only RSA and ECDSA public keys supported")
103 // MarshalPKIXPublicKey serialises a public key to DER-encoded PKIX format.
106 var publicKeyAlgorithm pkix.AlgorithmIdentifier
113 pkix := pkixPublicKey
    [all...]
verify.go 175 // because other PKIX verification APIs have ended up needing many options.
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 22 "crypto/x509/pkix"
40 // pkixPublicKey reflects a PKIX public key structure. See SubjectPublicKeyInfo
43 Algo pkix.AlgorithmIdentifier
69 func marshalPublicKey(pub interface{}) (publicKeyBytes []byte, publicKeyAlgorithm pkix.AlgorithmIdentifier, err error) {
77 return nil, pkix.AlgorithmIdentifier{}, err
87 return nil, pkix.AlgorithmIdentifier{}, errors.New("x509: unsupported elliptic curve")
97 return nil, pkix.AlgorithmIdentifier{}, errors.New("x509: only RSA and ECDSA public keys supported")
103 // MarshalPKIXPublicKey serialises a public key to DER-encoded PKIX format.
106 var publicKeyAlgorithm pkix.AlgorithmIdentifier
113 pkix := pkixPublicKey
    [all...]
verify.go 175 // because other PKIX verification APIs have ended up needing many options.
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 1370 milliseconds