|
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.openpgp.operator.jcajce.JceSessionKeyDataDecryptorFactoryBuilder
Constructor Summary | |
JceSessionKeyDataDecryptorFactoryBuilder()
|
Method Summary | |
SessionKeyDataDecryptorFactory |
build(PGPSessionKey sessionKey)
|
JceSessionKeyDataDecryptorFactoryBuilder |
setProvider(java.security.Provider provider)
Set the provider object to use for creating cryptographic primitives in the resulting factory the builder produces. |
JceSessionKeyDataDecryptorFactoryBuilder |
setProvider(java.lang.String providerName)
Set the provider name to use for creating cryptographic primitives in the resulting factory the builder produces. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JceSessionKeyDataDecryptorFactoryBuilder()
Method Detail |
public JceSessionKeyDataDecryptorFactoryBuilder setProvider(java.security.Provider provider)
provider
- provider object for cryptographic primitives.public JceSessionKeyDataDecryptorFactoryBuilder setProvider(java.lang.String providerName)
providerName
- the name of the provider to reference for cryptographic primitives.public SessionKeyDataDecryptorFactory build(PGPSessionKey sessionKey)
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |