Uses of Class
org.bouncycastle.asn1.cms.KeyAgreeRecipientIdentifier
-
Packages that use KeyAgreeRecipientIdentifier Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630). -
-
Uses of KeyAgreeRecipientIdentifier in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return KeyAgreeRecipientIdentifier Modifier and Type Method Description KeyAgreeRecipientIdentifierRecipientEncryptedKey. getIdentifier()static KeyAgreeRecipientIdentifierKeyAgreeRecipientIdentifier. getInstance(java.lang.Object obj)Return an KeyAgreeRecipientIdentifier object from the given object.static KeyAgreeRecipientIdentifierKeyAgreeRecipientIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)Return an KeyAgreeRecipientIdentifier object from a tagged object.Constructors in org.bouncycastle.asn1.cms with parameters of type KeyAgreeRecipientIdentifier Constructor Description RecipientEncryptedKey(KeyAgreeRecipientIdentifier id, ASN1OctetString encryptedKey)
-