Uses of Class
kz.gamma.asn1.cms.KEKIdentifier

Packages that use KEKIdentifier
kz.gamma.asn1.cms   
kz.gamma.cms   
 

Uses of KEKIdentifier in kz.gamma.asn1.cms
 

Fields in kz.gamma.asn1.cms declared as KEKIdentifier
private  KEKIdentifier KEKRecipientInfo.kekid
           
 

Methods in kz.gamma.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 kz.gamma.asn1.cms with parameters of type KEKIdentifier
KEKRecipientInfo(KEKIdentifier kekid, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)
           
 

Uses of KEKIdentifier in kz.gamma.cms
 

Fields in kz.gamma.cms declared as KEKIdentifier
(package private)  KEKIdentifier CMSEnvelopedGenerator.RecipientInf.secKeyId
           
 

Constructors in kz.gamma.cms with parameters of type KEKIdentifier
CMSEnvelopedGenerator.RecipientInf(javax.crypto.SecretKey secKey, KEKIdentifier secKeyId)
           
 



Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.