Uses of Interface
org.bouncycastle.operator.OutputAEADEncryptor
Packages that use OutputAEADEncryptor
-
Uses of OutputAEADEncryptor in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type OutputAEADEncryptorModifier and TypeMethodDescriptionCMSAuthEnvelopedDataGenerator.generate(CMSTypedData content, OutputAEADEncryptor contentEncryptor) generate an auth-enveloped object that contains an CMS Enveloped Data object using the given provider.protected OutputStreamCMSAuthEnvelopedDataStreamGenerator.open(OutputStream out, ASN1EncodableVector recipientInfos, OutputAEADEncryptor encryptor) CMSAuthEnvelopedDataStreamGenerator.open(OutputStream out, OutputAEADEncryptor encryptor) generate an enveloped object that contains an CMS Enveloped Data object using the given encryptor.protected OutputStreamCMSAuthEnvelopedDataStreamGenerator.open(ASN1ObjectIdentifier dataType, OutputStream out, ASN1EncodableVector recipientInfos, OutputAEADEncryptor encryptor)