Uses of Class
org.bouncycastle.cms.KeyTransRecipientId
-
Packages that use KeyTransRecipientId Package Description org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE. -
-
Uses of KeyTransRecipientId in org.bouncycastle.cms.jcajce
Subclasses of KeyTransRecipientId in org.bouncycastle.cms.jcajce Modifier and Type Class Description class
JceKeyTransRecipientId
Methods in org.bouncycastle.cms.jcajce that return KeyTransRecipientId Modifier and Type Method Description KeyTransRecipientId
JcaSelectorConverter. getKeyTransRecipientId(X509CertSelector certSelector)
Methods in org.bouncycastle.cms.jcajce with parameters of type KeyTransRecipientId Modifier and Type Method Description X509CertSelector
JcaX509CertSelectorConverter. getCertSelector(KeyTransRecipientId recipientId)
protected static byte[]
JceKTSKeyTransRecipient. getPartyVInfoFromRID(KeyTransRecipientId recipientId)
Constructors in org.bouncycastle.cms.jcajce with parameters of type KeyTransRecipientId Constructor Description JceKTSKeyTransAuthenticatedRecipient(PrivateKey recipientKey, KeyTransRecipientId recipientId)
JceKTSKeyTransEnvelopedRecipient(PrivateKey recipientKey, KeyTransRecipientId recipientId)
-