public class BcITSContentVerifierProvider extends java.lang.Object implements ITSContentVerifierProvider
| Constructor and Description |
|---|
BcITSContentVerifierProvider(ITSCertificate issuer) |
| 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 BcITSContentVerifierProvider(ITSCertificate issuer) throws java.io.IOException
java.io.IOExceptionpublic ITSCertificate getAssociatedCertificate()
ITSContentVerifierProvidergetAssociatedCertificate in interface ITSContentVerifierProviderpublic boolean hasAssociatedCertificate()
ITSContentVerifierProviderhasAssociatedCertificate in interface ITSContentVerifierProviderpublic ContentVerifier get(int verifierAlgorithmIdentifier) throws OperatorCreationException
ITSContentVerifierProviderget in interface ITSContentVerifierProviderverifierAlgorithmIdentifier - the algorithm choiceOperatorCreationException - if the required ContentVerifier cannot be created.