Uses of Class
com.digt.trusted.asn1.cms.OtherKeyAttribute

Packages that use OtherKeyAttribute
com.digt.trusted.asn1.cms   
 

Uses of OtherKeyAttribute in com.digt.trusted.asn1.cms
 

Methods in com.digt.trusted.asn1.cms that return OtherKeyAttribute
static OtherKeyAttribute OtherKeyAttribute.getInstance(java.lang.Object o)
          return an OtherKeyAttribute object from the given object.
 OtherKeyAttribute KEKIdentifier.getOther()
           
 OtherKeyAttribute RecipientKeyIdentifier.getOtherKeyAttribute()
           
 

Constructors in com.digt.trusted.asn1.cms with parameters of type OtherKeyAttribute
KEKIdentifier(byte[] keyIdentifier, DERGeneralizedTime date, OtherKeyAttribute other)
           
RecipientKeyIdentifier(ASN1OctetString subjectKeyIdentifier, DERGeneralizedTime date, OtherKeyAttribute other)