Searched refs:CertPath (Results 1 - 25 of 48) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathBuilderResult.java34 * <code>CertPath</code> built by the <code>CertPathBuilder</code> instance.
59 CertPath getCertPath();
H A DCertPathValidatorSpi.java67 * The <code>CertPath</code> specified must be of a type that is
71 * algorithm validates <code>CertPath</code> objects of type X.509.
73 * @param certPath the <code>CertPath</code> to be validated
76 * @exception CertPathValidatorException if the <code>CertPath</code>
79 * parameters or the type of the specified <code>CertPath</code> are
83 engineValidate(CertPath certPath, CertPathParameters params)
H A DCertificateFactorySpi.java44 * (<code>CertPath</code>) and certificate revocation list (CRL) objects from
59 * @see CertPath
108 * Generates a <code>CertPath</code> object and initializes it with
118 * @return a <code>CertPath</code> initialized with the data from the
124 public CertPath engineGenerateCertPath(InputStream inStream)
131 * Generates a <code>CertPath</code> object and initializes it with
142 * @return a <code>CertPath</code> initialized with the data from the
149 public CertPath engineGenerateCertPath(InputStream inStream,
156 * Generates a <code>CertPath</code> object and initializes it with
169 * @return a <code>CertPath</cod
[all...]
H A DPKIXCertPathBuilderResult.java62 private CertPath certPath;
68 * @param certPath the validated <code>CertPath</code>
78 public PKIXCertPathBuilderResult(CertPath certPath,
90 * <code>CertPath</code> object does not include the trust anchor.
95 * @return the built and validated <code>CertPath</code> (never
98 public CertPath getCertPath() {
H A DCertPathValidatorException.java73 * @serial the <code>CertPath</code> that was being validated when
76 private CertPath certPath;
142 * the list of certificates in a <code>CertPath</code> is zero based.
150 CertPath certPath, int index) {
164 * the list of certificates in a <code>CertPath</code> is zero based.
176 CertPath certPath, int index, Reason reason) {
197 * @return the <code>CertPath</code> that was being validated when
200 public CertPath getCertPath() {
207 * certificates in a <code>CertPath</code> is zero based. If no
H A DCertPath.java39 * <code>CertPath</code>s. Subclasses can handle different kinds of
42 * All <code>CertPath</code> objects have a type, a list of
44 * <code>CertPath</code> class is immutable, a <code>CertPath</code> cannot
59 * Each <code>CertPath</code> object must support one or more encodings
63 * by a <code>CertPath</code> is considered the default encoding. This
67 * All <code>CertPath</code> objects are also <code>Serializable</code>.
68 * <code>CertPath</code> objects are resolved into an alternate
70 * a <code>CertPath</code> object to be serialized into an equivalent
73 * <code>CertPath</cod
120 public abstract class CertPath implements Serializable { class in inherits:Serializable
135 protected CertPath(String type) { method in class:CertPath
[all...]
H A DCertificateFactory.java44 * used to generate certificate, certification path (<code>CertPath</code>)
51 * a <code>CertPath</code> (a certificate chain) and subsequently
99 * and the following standard <code>CertPath</code> encodings:
108 * CertPath Encodings section</a> of the
119 * @see CertPath
343 * Returns an iteration of the <code>CertPath</code> encodings supported
345 * the CertPath Encodings section in the <a href=
355 * <code>CertPath</code> encodings (as <code>String</code>s)
363 * Generates a <code>CertPath</code> object and initializes it with
370 * @return a <code>CertPath</cod
[all...]
/openjdk7/jdk/test/java/security/cert/CertPath/
H A DSerialize.java27 * @summary Make sure that a CertPath object can be serialized
43 CertPath outcp = cf.generateCertPath(Collections.singletonList(c));
56 CertPath incp = (CertPath)ois.readObject();
61 throw new Exception("CertPath serialization test FAILED");
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DSunCertPathBuilderResult.java30 import java.security.cert.CertPath;
59 * @param certPath the validated <code>CertPath</code>
67 SunCertPathBuilderResult(CertPath certPath,
/openjdk7/jdk/src/share/classes/java/security/
H A DCodeSigner.java29 import java.security.cert.CertPath;
48 private CertPath signerCertPath;
73 public CodeSigner(CertPath signerCertPath, Timestamp timestamp) {
86 public CertPath getSignerCertPath() {
H A DTimestamp.java30 import java.security.cert.CertPath;
61 private CertPath signerCertPath;
75 public Timestamp(Date timestamp, CertPath signerCertPath) {
97 public CertPath getSignerCertPath() {
/openjdk7/jdk/test/javax/crypto/JceSecurity/
H A DMyCertificateFactory.java60 public CertPath engineGenerateCertPath(InputStream inStream)
65 public CertPath engineGenerateCertPath(InputStream inStream,
71 public CertPath
/openjdk7/jdk/test/java/security/cert/CertPathValidator/targetConstraints/
H A DValidateTargetConstraints.java38 import java.security.cert.CertPath;
63 private static CertPath path;
74 ("CertPath should not have been validated succesfully");
126 * @param path CertPath to validate
130 public static void validate(CertPath path, PKIXParameters params)
/openjdk7/jdk/test/java/security/cert/CertPathValidator/trustAnchor/
H A DValidateNC.java38 import java.security.cert.CertPath;
67 private static CertPath path;
147 * @param path CertPath to validate
151 public static void validate(CertPath path, PKIXParameters params)
/openjdk7/jdk/test/java/security/cert/pkix/nameConstraintsMinMax/
H A DVerifyNameConstraints.java37 import java.security.cert.CertPath;
53 private static CertPath path;
62 ("CertPath should not have been validated succesfully");
127 * @param path CertPath to validate
131 public static void validate(CertPath path, PKIXParameters params)
/openjdk7/jdk/test/java/security/testlibrary/
H A DCertUtils.java36 import java.security.cert.CertPath;
119 * Read a bunch of certs from files and create a CertPath from them.
124 public static CertPath buildPath(String [] fileNames) throws Exception {
129 * Read a bunch of certs from files and create a CertPath from them.
136 public static CertPath buildPath(String relPath, String [] fileNames)
223 * @param path CertPath to validate
228 (CertPath path, PKIXParameters params) throws Exception {
/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DCPValidatorTrustAnchor.java105 private static CertPath generateCertificatePath()
170 CertPath path = generateCertificatePath();
H A DCPValidatorIntermediate.java181 private static CertPath generateCertificatePath(String certStr)
264 CertPath path = generateCertificatePath(intermediate);
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/targetConstraints/
H A DBuildEEBasicConstraints.java41 import java.security.cert.CertPath;
78 CertPath cp = res.getCertPath();
/openjdk7/jdk/test/java/security/cert/CertPathValidator/OCSP/
H A DFailoverToCRL.java188 private static CertPath generateCertificatePath()
232 CertPath path = generateCertificatePath();
/openjdk7/jdk/test/java/security/cert/CertPathValidator/nameConstraints/
H A DNameConstraintsWithRID.java93 private static CertPath generateCertificatePath()
133 CertPath path = generateCertificatePath();
H A DNameConstraintsWithUnexpectedRID.java93 private static CertPath generateCertificatePath()
133 CertPath path = generateCertificatePath();
H A DNameConstraintsWithoutRID.java93 private static CertPath generateCertificatePath()
133 CertPath path = generateCertificatePath();
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/
H A DNoExtensions.java40 import java.security.cert.CertPath;
91 CertPath certPath = result.getCertPath();
/openjdk7/jdk/test/java/security/cert/CertPathValidator/indirectCRL/
H A DCircularCRLOneLevel.java103 private static CertPath generateCertificatePath()
161 CertPath path = generateCertificatePath();

Completed in 516 milliseconds

12