Uses of Class
org.bouncycastle.asn1.cms.KEKIdentifier
-
Packages that use KEKIdentifier 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 KEKIdentifier in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return KEKIdentifier Modifier and Type Method Description static KEKIdentifierKEKIdentifier. getInstance(java.lang.Object obj)Return a KEKIdentifier object from the given object.static KEKIdentifierKEKIdentifier. getInstance(ASN1TaggedObject obj, boolean explicit)Return a KEKIdentifier object from a tagged object.KEKIdentifierKEKRecipientInfo. getKekid()Constructors in org.bouncycastle.asn1.cms with parameters of type KEKIdentifier Constructor Description KEKRecipientInfo(KEKIdentifier kekid, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)
-