Modifier and Type | Method and Description |
---|---|
PKIArchiveControl |
PKIArchiveControlBuilder.build(OutputEncryptor contentEncryptor)
Build the PKIArchiveControl using the passed in encryptor to encrypt its contents.
|
Constructor and Description |
---|
EncryptedValueBuilder(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.
|
Modifier and Type | Method and Description |
---|---|
OutputEncryptor |
JceCRMFEncryptorBuilder.build() |
Constructor and Description |
---|
JcaEncryptedValueBuilder(KeyWrapper wrapper,
OutputEncryptor encryptor) |
Modifier and Type | Method and Description |
---|---|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSTypedData content,
OutputEncryptor contentEncryptor)
generate an enveloped object that contains an CMS Enveloped Data
object using the given provider.
|
protected OutputStream |
CMSEnvelopedDataStreamGenerator.open(ASN1ObjectIdentifier dataType,
OutputStream out,
ASN1EncodableVector recipientInfos,
OutputEncryptor encryptor) |
OutputStream |
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.
|
protected OutputStream |
CMSEnvelopedDataStreamGenerator.open(OutputStream out,
ASN1EncodableVector recipientInfos,
OutputEncryptor encryptor) |
OutputStream |
CMSEnvelopedDataStreamGenerator.open(OutputStream out,
OutputEncryptor encryptor)
generate an enveloped object that contains an CMS Enveloped Data
object using the given encryptor.
|
Modifier and Type | Method and Description |
---|---|
OutputEncryptor |
JceCMSContentEncryptorBuilder.build() |
Modifier and Type | Method and Description |
---|---|
javax.mail.internet.MimeBodyPart |
SMIMEEnvelopedGenerator.generate(javax.mail.internet.MimeBodyPart content,
OutputEncryptor encryptor)
generate an enveloped object that contains an SMIME Enveloped
object using the given content encryptor
|
javax.mail.internet.MimeBodyPart |
SMIMEEnvelopedGenerator.generate(javax.mail.internet.MimeMessage message,
OutputEncryptor encryptor)
generate an enveloped object that contains an SMIME Enveloped
object using the given provider from the contents of the passed in
message
|
Modifier and Type | Method and Description |
---|---|
EncryptedPrivateKeyInfoHolder |
EncryptedPrivateKeyInfoBuilder.build(OutputEncryptor encryptor) |
Copyright © 2015. All rights reserved.