|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.operator.jcajce.JcaPGPDigestCalculatorProviderBuilder
public class JcaPGPDigestCalculatorProviderBuilder
A builder for PGPDigestCalculatorProvider
instances that obtain cryptographic primitives
using the JCA API.
Constructor Summary | |
---|---|
JcaPGPDigestCalculatorProviderBuilder()
Default constructor. |
Method Summary | |
---|---|
PGPDigestCalculatorProvider |
build()
Constructs a new PGPDigestCalculatorProvider |
JcaPGPDigestCalculatorProviderBuilder |
setProvider(java.security.Provider provider)
Sets the provider to use to obtain cryptographic primitives. |
JcaPGPDigestCalculatorProviderBuilder |
setProvider(java.lang.String providerName)
Sets the provider to use to obtain cryptographic primitives. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JcaPGPDigestCalculatorProviderBuilder()
Method Detail |
---|
public JcaPGPDigestCalculatorProviderBuilder setProvider(java.security.Provider provider)
provider
- the JCA provider to use.
public JcaPGPDigestCalculatorProviderBuilder setProvider(java.lang.String providerName)
providerName
- the name of the JCA provider to use.
public PGPDigestCalculatorProvider build() throws PGPException
PGPException
- if an error occurs constructing the digest calculator provider.
|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |