Uses of Class
org.bouncycastle.asn1.cms.OtherKeyAttribute
-
Packages that use OtherKeyAttribute 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 OtherKeyAttribute in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return OtherKeyAttribute Modifier and Type Method Description static OtherKeyAttribute
OtherKeyAttribute. getInstance(java.lang.Object o)
Return an OtherKeyAttribute object from the given object.OtherKeyAttribute
KEKIdentifier. getOther()
OtherKeyAttribute
RecipientKeyIdentifier. getOtherKeyAttribute()
Constructors in org.bouncycastle.asn1.cms with parameters of type OtherKeyAttribute Constructor Description KEKIdentifier(byte[] keyIdentifier, ASN1GeneralizedTime date, OtherKeyAttribute other)
RecipientKeyIdentifier(byte[] subjectKeyIdentifier, ASN1GeneralizedTime date, OtherKeyAttribute other)
RecipientKeyIdentifier(ASN1OctetString subjectKeyIdentifier, ASN1GeneralizedTime date, OtherKeyAttribute other)
-