public interface ITSContentVerifierProvider
| Modifier and Type | Method and Description |
|---|---|
ContentVerifier |
get(int signatureChoice)
Return a ContentVerifier that matches the passed in algorithm identifier,
|
ITSCertificate |
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()
ITSCertificate getAssociatedCertificate()
ContentVerifier get(int signatureChoice) throws OperatorCreationException
signatureChoice - the algorithm choiceOperatorCreationException - if the required ContentVerifier cannot be created.