Uses of Class
org.bouncycastle.cms.KeyTransRecipientId
Packages that use KeyTransRecipientId
-
Uses of KeyTransRecipientId in org.bouncycastle.cms.jcajce
Subclasses of KeyTransRecipientId in org.bouncycastle.cms.jcajceMethods in org.bouncycastle.cms.jcajce that return KeyTransRecipientIdModifier and TypeMethodDescriptionJcaSelectorConverter.getKeyTransRecipientId(X509CertSelector certSelector) Methods in org.bouncycastle.cms.jcajce with parameters of type KeyTransRecipientIdModifier and TypeMethodDescriptionJcaX509CertSelectorConverter.getCertSelector(KeyTransRecipientId recipientId) protected static byte[]JceKTSKeyTransRecipient.getPartyVInfoFromRID(KeyTransRecipientId recipientId) Constructors in org.bouncycastle.cms.jcajce with parameters of type KeyTransRecipientIdModifierConstructorDescriptionJceKTSKeyTransAuthenticatedRecipient(PrivateKey recipientKey, KeyTransRecipientId recipientId) JceKTSKeyTransEnvelopedRecipient(PrivateKey recipientKey, KeyTransRecipientId recipientId)