public class AMCertPath extends Object
Constructor and Description |
---|
AMCertPath(Vector crls)
Class constructor
param Vector crls
|
Modifier and Type | Method and Description |
---|---|
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.
|
public AMCertPath(Vector crls) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException
public boolean verify(X509Certificate[] certs, boolean crlEnabled, boolean ocspEnabled)
certs
- Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.