public class JcaITSContentVerifierProvider extends java.lang.Object implements ITSContentVerifierProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
JcaITSContentVerifierProvider.Builder |
| Modifier and Type | Method and Description |
|---|---|
ContentVerifier |
get(int verifierAlgorithmIdentifier)
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.
|
public boolean hasAssociatedCertificate()
ITSContentVerifierProviderhasAssociatedCertificate in interface ITSContentVerifierProviderpublic ITSCertificate getAssociatedCertificate()
ITSContentVerifierProvidergetAssociatedCertificate in interface ITSContentVerifierProviderpublic ContentVerifier get(int verifierAlgorithmIdentifier) throws OperatorCreationException
ITSContentVerifierProviderget in interface ITSContentVerifierProviderverifierAlgorithmIdentifier - the algorithm choiceOperatorCreationException - if the required ContentVerifier cannot be created.