Class JceSessionKeyDataDecryptorFactoryBuilder
- java.lang.Object
-
- org.bouncycastle.openpgp.operator.jcajce.JceSessionKeyDataDecryptorFactoryBuilder
-
public class JceSessionKeyDataDecryptorFactoryBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JceSessionKeyDataDecryptorFactoryBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionKeyDataDecryptorFactory
build(PGPSessionKey sessionKey)
JceSessionKeyDataDecryptorFactoryBuilder
setProvider(java.lang.String providerName)
Set the provider name to use for creating cryptographic primitives in the resulting factory the builder produces.JceSessionKeyDataDecryptorFactoryBuilder
setProvider(java.security.Provider provider)
Set the provider object to use for creating cryptographic primitives in the resulting factory the builder produces.
-
-
-
Method Detail
-
setProvider
public JceSessionKeyDataDecryptorFactoryBuilder setProvider(java.security.Provider provider)
Set the provider object to use for creating cryptographic primitives in the resulting factory the builder produces.- Parameters:
provider
- provider object for cryptographic primitives.- Returns:
- the current builder.
-
setProvider
public JceSessionKeyDataDecryptorFactoryBuilder setProvider(java.lang.String providerName)
Set the provider name to use for creating cryptographic primitives in the resulting factory the builder produces.- Parameters:
providerName
- the name of the provider to reference for cryptographic primitives.- Returns:
- the current builder.
-
build
public SessionKeyDataDecryptorFactory build(PGPSessionKey sessionKey)
-
-