Package org.webpki.cbor
Interface CBORX509Validator.Parameters
- Enclosing class:
CBORX509Validator
public static interface CBORX509Validator.Parameters
Interface for verifying signature meta data.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
verify
(X509Certificate[] certificatePath, AsymSignatureAlgorithms algorithm) Verify signature meta data.
-
Method Details
-
verify
Verify signature meta data.A relying party is supposed to verify that the certificate(path) is trusted and that the supplied algorithm meets their policy requirements. Deviations should force the implementation to throw an exception.
- Parameters:
certificatePath
- Path to be verifiedalgorithm
- Signature algorithm
-