Package com.sun.identity.security.cert
Class AMCertPath
- java.lang.Object
-
- com.sun.identity.security.cert.AMCertPath
-
public class AMCertPath extends Object
Class AMCertPath is special cased Certpath validation class. It does cert path validation together with CRL check and ocsp checking if they are properly configured.
-
-
Constructor Summary
Constructors Constructor Description AMCertPath(Vector crls)Class constructor param Vector crls
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanverify(X509Certificate[] certs, boolean crlEnabled, boolean ocspEnabled)It does cert path validation together with CRL check and ocsp checking if they are properly configured.
-
-
-
Constructor Detail
-
AMCertPath
public AMCertPath(Vector crls) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException
Class constructor param Vector crls
-
-
Method Detail
-
verify
public boolean verify(X509Certificate[] certs, boolean crlEnabled, boolean ocspEnabled)
It does cert path validation together with CRL check and ocsp checking if they are properly configured.- Parameters:
certs-
-
-