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

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

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

Methods in com.digt.trusted.asn1.cms that return KEKIdentifier
static KEKIdentifier KEKIdentifier.getInstance(ASN1TaggedObject obj, boolean explicit)
          return a KEKIdentifier object from a tagged object.
static KEKIdentifier KEKIdentifier.getInstance(java.lang.Object obj)
          return a KEKIdentifier object from the given object.
 KEKIdentifier KEKRecipientInfo.getKekid()
           
 

Constructors in com.digt.trusted.asn1.cms with parameters of type KEKIdentifier
KEKRecipientInfo(KEKIdentifier kekid, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)