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

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

Uses of OriginatorIdentifierOrKey in kz.gamma.asn1.cms
 

Fields in kz.gamma.asn1.cms declared as OriginatorIdentifierOrKey
private  OriginatorIdentifierOrKey KeyAgreeRecipientInfo.originator
           
 

Methods in kz.gamma.asn1.cms that return OriginatorIdentifierOrKey
static OriginatorIdentifierOrKey OriginatorIdentifierOrKey.getInstance(ASN1TaggedObject o, boolean explicit)
          return an OriginatorIdentifierOrKey object from a tagged object.
static OriginatorIdentifierOrKey OriginatorIdentifierOrKey.getInstance(java.lang.Object o)
          return an OriginatorIdentifierOrKey object from the given object.
 OriginatorIdentifierOrKey KeyAgreeRecipientInfo.getOriginator()
           
 

Constructors in kz.gamma.asn1.cms with parameters of type OriginatorIdentifierOrKey
KeyAgreeRecipientInfo(OriginatorIdentifierOrKey originator, ASN1OctetString ukm, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1Sequence recipientEncryptedKeys)
           
 

Uses of OriginatorIdentifierOrKey in kz.gamma.cms
 

Fields in kz.gamma.cms declared as OriginatorIdentifierOrKey
(package private)  OriginatorIdentifierOrKey CMSEnvelopedGenerator.RecipientInf.originator
           
 

Constructors in kz.gamma.cms with parameters of type OriginatorIdentifierOrKey
CMSEnvelopedGenerator.RecipientInf(javax.crypto.SecretKey secretKey, java.lang.String algorithm, java.lang.String wrapOid, OriginatorIdentifierOrKey originator, java.security.cert.X509Certificate cert)
           
 



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