Uses of Class
org.bouncycastle.asn1.cms.KEKIdentifier
-
Packages that use KEKIdentifier Package Description org.bouncycastle.asn1.cms -
-
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(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, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)
-