Package | Description |
---|---|
org.bouncycastle.cms.jcajce |
CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.
|
Modifier and Type | Class and Description |
---|---|
class |
JceKTSKeyTransAuthenticatedRecipient
the KeyTransRecipient class for a recipient who has been sent secret
key material encrypted using their public key that needs to be used to
derive a key and authenticate a message.
|
class |
JceKTSKeyTransEnvelopedRecipient
the KeyTransRecipient class for a recipient who has been sent secret
key material encrypted using their public key that needs to be used to
derive a key and extract a message.
|
Modifier and Type | Method and Description |
---|---|
JceKTSKeyTransRecipient |
JceKTSKeyTransRecipient.setAlgorithmMapping(ASN1ObjectIdentifier algorithm,
String algorithmName)
Internally algorithm ids are converted into cipher names using a lookup table.
|
JceKTSKeyTransRecipient |
JceKTSKeyTransRecipient.setContentProvider(Provider provider)
Set the provider to use for content processing.
|
JceKTSKeyTransRecipient |
JceKTSKeyTransRecipient.setContentProvider(String providerName)
Set the provider to use for content processing.
|
JceKTSKeyTransRecipient |
JceKTSKeyTransRecipient.setKeySizeValidation(boolean doValidate)
Set validation of retrieved key sizes against the algorithm parameters for the encrypted key where possible - default is off.
|
JceKTSKeyTransRecipient |
JceKTSKeyTransRecipient.setProvider(Provider provider)
Set the provider to use for key recovery and content processing.
|
JceKTSKeyTransRecipient |
JceKTSKeyTransRecipient.setProvider(String providerName)
Set the provider to use for key recovery and content processing.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.