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