|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.operator.bc.BcContentVerifierProviderBuilder | +--org.bouncycastle.operator.bc.BcDSAContentVerifierProviderBuilder
Fields inherited from class org.bouncycastle.operator.bc.BcContentVerifierProviderBuilder |
digestProvider |
Constructor Summary | |
BcDSAContentVerifierProviderBuilder(DigestAlgorithmIdentifierFinder digestAlgorithmFinder)
|
Method Summary | |
protected org.bouncycastle.crypto.Signer |
createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId)
Create the correct signer for the algorithm identifier sigAlgId. |
protected org.bouncycastle.crypto.params.AsymmetricKeyParameter |
extractKeyParameters(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo)
Extract an AsymmetricKeyParameter from the passed in SubjectPublicKeyInfo structure. |
Methods inherited from class org.bouncycastle.operator.bc.BcContentVerifierProviderBuilder |
build, build |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BcDSAContentVerifierProviderBuilder(DigestAlgorithmIdentifierFinder digestAlgorithmFinder)
Method Detail |
protected org.bouncycastle.crypto.Signer createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId) throws OperatorCreationException
BcContentVerifierProviderBuilder
createSigner
in class BcContentVerifierProviderBuilder
org.bouncycastle.operator.bc.BcContentVerifierProviderBuilder
sigAlgId
- the algorithm details for the signature we want to verify.OperatorCreationException
- if the Signer cannot be constructed.protected org.bouncycastle.crypto.params.AsymmetricKeyParameter extractKeyParameters(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo) throws java.io.IOException
BcContentVerifierProviderBuilder
extractKeyParameters
in class BcContentVerifierProviderBuilder
org.bouncycastle.operator.bc.BcContentVerifierProviderBuilder
publicKeyInfo
- a publicKeyInfo structure describing the public key required.java.io.IOException
- if the publicKeyInfo data cannot be parsed,
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |