Uses of Interface
org.bouncycastle.operator.OutputEncryptor
Packages that use OutputEncryptor
Package
Description
-
Uses of OutputEncryptor in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf with parameters of type OutputEncryptorModifier and TypeMethodDescriptionPKIArchiveControlBuilder.build(OutputEncryptor contentEncryptor) Build the PKIArchiveControl using the passed in encryptor to encrypt its contents.Constructors in org.bouncycastle.cert.crmf with parameters of type OutputEncryptorModifierConstructorDescriptionEncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor) Create a builder that makes EncryptedValue structures.EncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor, EncryptedValuePadder padder) Create a builder that makes EncryptedValue structures with fixed length blocks padded using the passed in padder. -
Uses of OutputEncryptor in org.bouncycastle.cert.crmf.bc
Methods in org.bouncycastle.cert.crmf.bc that return OutputEncryptorConstructors in org.bouncycastle.cert.crmf.bc with parameters of type OutputEncryptorModifierConstructorDescriptionBcEncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor) -
Uses of OutputEncryptor in org.bouncycastle.cert.crmf.jcajce
Methods in org.bouncycastle.cert.crmf.jcajce that return OutputEncryptorConstructors in org.bouncycastle.cert.crmf.jcajce with parameters of type OutputEncryptorModifierConstructorDescriptionJcaEncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor) -
Uses of OutputEncryptor in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type OutputEncryptorModifier and TypeMethodDescriptionCMSEncryptedDataGenerator.generate(CMSTypedData content, OutputEncryptor contentEncryptor) generate an encrypted object that contains an CMS Encrypted Data structure.CMSEnvelopedDataGenerator.generate(CMSTypedData content, OutputEncryptor contentEncryptor) generate an enveloped object that contains an CMS Enveloped Data object using the given provider.protected OutputStreamCMSEnvelopedDataStreamGenerator.open(OutputStream out, ASN1EncodableVector recipientInfos, OutputEncryptor encryptor) CMSEnvelopedDataStreamGenerator.open(OutputStream out, OutputEncryptor encryptor) generate an enveloped object that contains an CMS Enveloped Data object using the given encryptor.protected OutputStreamCMSEnvelopedDataStreamGenerator.open(ASN1ObjectIdentifier dataType, OutputStream out, ASN1EncodableVector recipientInfos, OutputEncryptor encryptor) CMSEnvelopedDataStreamGenerator.open(ASN1ObjectIdentifier dataType, OutputStream out, OutputEncryptor encryptor) generate an enveloped object that contains an CMS Enveloped Data object using the given encryptor and marking the data as being of the passed in type. -
Uses of OutputEncryptor in org.bouncycastle.cms.bc
Methods in org.bouncycastle.cms.bc that return OutputEncryptor -
Uses of OutputEncryptor in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return OutputEncryptor -
Uses of OutputEncryptor in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type OutputEncryptorModifier and TypeMethodDescriptionSMIMEEnvelopedWriter.Builder.build(OutputStream mimeOut, OutputEncryptor outEnc) -
Uses of OutputEncryptor in org.bouncycastle.openssl
Constructors in org.bouncycastle.openssl with parameters of type OutputEncryptorModifierConstructorDescriptionPKCS8Generator(PrivateKeyInfo key, OutputEncryptor outputEncryptor) Base constructor. -
Uses of OutputEncryptor in org.bouncycastle.openssl.jcajce
Methods in org.bouncycastle.openssl.jcajce that return OutputEncryptorConstructors in org.bouncycastle.openssl.jcajce with parameters of type OutputEncryptor -
Uses of OutputEncryptor in org.bouncycastle.operator
Subinterfaces of OutputEncryptor in org.bouncycastle.operator -
Uses of OutputEncryptor in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs with parameters of type OutputEncryptorModifier and TypeMethodDescriptionPKCS12PfxPduBuilder.addEncryptedData(OutputEncryptor dataEncryptor, PKCS12SafeBag data) Add a SafeBag that is to be wrapped in a EncryptedData object.PKCS12PfxPduBuilder.addEncryptedData(OutputEncryptor dataEncryptor, PKCS12SafeBag[] data) Add a set of SafeBags that are to be wrapped in a EncryptedData object.PKCS8EncryptedPrivateKeyInfoBuilder.build(OutputEncryptor encryptor) Constructors in org.bouncycastle.pkcs with parameters of type OutputEncryptorModifierConstructorDescriptionPKCS12SafeBagBuilder(PrivateKeyInfo privateKeyInfo, OutputEncryptor encryptor) -
Uses of OutputEncryptor in org.bouncycastle.pkcs.bc
Methods in org.bouncycastle.pkcs.bc that return OutputEncryptor -
Uses of OutputEncryptor in org.bouncycastle.pkcs.jcajce
Methods in org.bouncycastle.pkcs.jcajce that return OutputEncryptorConstructors in org.bouncycastle.pkcs.jcajce with parameters of type OutputEncryptorModifierConstructorDescriptionJcaPKCS12SafeBagBuilder(PrivateKey privateKey, OutputEncryptor encryptor)