Uses of Class
org.bouncycastle.asn1.cms.OtherKeyAttribute
-
Packages that use OtherKeyAttribute Package Description org.bouncycastle.asn1.cms -
-
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(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)
-