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 KEKIdentifier
KEKIdentifier. getInstance(Object obj)
Return a KEKIdentifier object from the given object.static KEKIdentifier
KEKIdentifier. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
Return a KEKIdentifier object from a tagged object.KEKIdentifier
KEKRecipientInfo. getKekid()
Constructors in org.bouncycastle.asn1.cms with parameters of type KEKIdentifier Constructor Description KEKRecipientInfo(KEKIdentifier kekid, org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.ASN1OctetString encryptedKey)
-