public interface ContentVerifierProvider
Modifier and Type | Method and Description |
---|---|
ContentVerifier |
get(AlgorithmIdentifier verifierAlgorithmIdentifier)
Return a ContentVerifier that matches the passed in algorithm identifier,
|
X509CertificateHolder |
getAssociatedCertificate()
Return the associated certificate if there is one.
|
boolean |
hasAssociatedCertificate()
Return whether or not this verifier has a certificate associated with it.
|
boolean hasAssociatedCertificate()
X509CertificateHolder getAssociatedCertificate()
ContentVerifier get(AlgorithmIdentifier verifierAlgorithmIdentifier) throws OperatorCreationException
verifierAlgorithmIdentifier
- the algorithm and parameters required.OperatorCreationException
- if the required ContentVerifier cannot be created.Copyright © 2015. All rights reserved.