Uses of Class
kz.gamma.asn1.ASN1OctetString

Packages that use ASN1OctetString
kz.gamma.asn1   
kz.gamma.asn1.cms   
kz.gamma.asn1.cryptopro   
kz.gamma.asn1.misc   
kz.gamma.asn1.ocsp   
kz.gamma.asn1.pkcs   
kz.gamma.asn1.smime Support classes useful for encoding and supporting S/MIME. 
kz.gamma.asn1.x509   
kz.gamma.asn1.x509.qualified   
kz.gamma.asn1.x9   
kz.gamma.cms   
kz.gamma.x509.extension   
 

Uses of ASN1OctetString in kz.gamma.asn1
 

Subclasses of ASN1OctetString in kz.gamma.asn1
 class BERConstructedOctetString
           
 class DEROctetString
           
 

Methods in kz.gamma.asn1 that return ASN1OctetString
static ASN1OctetString ASN1OctetString.getInstance(ASN1TaggedObject obj, boolean explicit)
          return an Octet String from a tagged object.
static ASN1OctetString ASN1OctetString.getInstance(java.lang.Object obj)
          return an Octet String from the given object.
 

Uses of ASN1OctetString in kz.gamma.asn1.cms
 

Fields in kz.gamma.asn1.cms declared as ASN1OctetString
private  ASN1OctetString EncryptedContentInfo.encryptedContent
           
private  ASN1OctetString SignerInfo.encryptedDigest
           
private  ASN1OctetString PasswordRecipientInfo.encryptedKey
           
private  ASN1OctetString RecipientEncryptedKey.encryptedKey
           
private  ASN1OctetString KEKRecipientInfo.encryptedKey
           
private  ASN1OctetString KeyTransRecipientInfo.encryptedKey
           
private  ASN1OctetString KEKIdentifier.keyIdentifier
           
private  ASN1OctetString RecipientKeyIdentifier.subjectKeyIdentifier
           
private  ASN1OctetString KeyAgreeRecipientInfo.ukm
           
 

Methods in kz.gamma.asn1.cms that return ASN1OctetString
 ASN1OctetString EncryptedContentInfo.getEncryptedContent()
           
 ASN1OctetString SignerInfo.getEncryptedDigest()
           
 ASN1OctetString PasswordRecipientInfo.getEncryptedKey()
           
 ASN1OctetString RecipientEncryptedKey.getEncryptedKey()
           
 ASN1OctetString KEKRecipientInfo.getEncryptedKey()
           
 ASN1OctetString KeyTransRecipientInfo.getEncryptedKey()
           
 ASN1OctetString KEKIdentifier.getKeyIdentifier()
           
 ASN1OctetString RecipientKeyIdentifier.getSubjectKeyIdentifier()
           
 ASN1OctetString KeyAgreeRecipientInfo.getUserKeyingMaterial()
           
 

Constructors in kz.gamma.asn1.cms with parameters of type ASN1OctetString
EncryptedContentInfo(DERObjectIdentifier contentType, AlgorithmIdentifier contentEncryptionAlgorithm, ASN1OctetString encryptedContent)
           
KEKRecipientInfo(KEKIdentifier kekid, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)
           
KeyAgreeRecipientInfo(OriginatorIdentifierOrKey originator, ASN1OctetString ukm, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1Sequence recipientEncryptedKeys)
           
KeyTransRecipientInfo(RecipientIdentifier rid, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)
           
OriginatorIdentifierOrKey(ASN1OctetString id)
           
PasswordRecipientInfo(AlgorithmIdentifier keyDerivationAlgorithm, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)
           
PasswordRecipientInfo(AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)
           
RecipientEncryptedKey(KeyAgreeRecipientIdentifier id, ASN1OctetString encryptedKey)
           
RecipientIdentifier(ASN1OctetString id)
           
RecipientKeyIdentifier(ASN1OctetString subjectKeyIdentifier, DERGeneralizedTime date, OtherKeyAttribute other)
           
SignerIdentifier(ASN1OctetString id)
           
SignerInfo(SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes)
           
 

Uses of ASN1OctetString in kz.gamma.asn1.cryptopro
 

Fields in kz.gamma.asn1.cryptopro declared as ASN1OctetString
(package private)  ASN1OctetString GOST28147Parameters.iv
           
 

Uses of ASN1OctetString in kz.gamma.asn1.misc
 

Fields in kz.gamma.asn1.misc declared as ASN1OctetString
(package private)  ASN1OctetString CAST5CBCParameters.iv
           
(package private)  ASN1OctetString IDEACBCPar.iv
           
 

Uses of ASN1OctetString in kz.gamma.asn1.ocsp
 

Fields in kz.gamma.asn1.ocsp declared as ASN1OctetString
(package private)  ASN1OctetString CertID.issuerKeyHash
           
(package private)  ASN1OctetString CertID.issuerNameHash
           
(package private)  ASN1OctetString ResponseBytes.response
           
 

Methods in kz.gamma.asn1.ocsp that return ASN1OctetString
 ASN1OctetString CertID.getIssuerKeyHash()
           
 ASN1OctetString CertID.getIssuerNameHash()
           
 ASN1OctetString ResponseBytes.getResponse()
           
 

Constructors in kz.gamma.asn1.ocsp with parameters of type ASN1OctetString
CertID(AlgorithmIdentifier hashAlgorithm, ASN1OctetString issuerNameHash, ASN1OctetString issuerKeyHash, DERInteger serialNumber)
           
ResponderID(ASN1OctetString value)
           
ResponseBytes(DERObjectIdentifier responseType, ASN1OctetString response)
           
 

Uses of ASN1OctetString in kz.gamma.asn1.pkcs
 

Fields in kz.gamma.asn1.pkcs declared as ASN1OctetString
private  ASN1OctetString EncryptedPrivateKeyInfo.data
           
private  ASN1OctetString SignerInfo.encryptedDigest
           
(package private)  ASN1OctetString PKCS12PBEParams.iv
           
(package private)  ASN1OctetString RC2CBCParameter.iv
           
(package private)  ASN1OctetString PBKDF2Params.octStr
           
 

Methods in kz.gamma.asn1.pkcs that return ASN1OctetString
 ASN1OctetString EncryptedData.getContent()
           
 ASN1OctetString SignerInfo.getEncryptedDigest()
           
 

Constructors in kz.gamma.asn1.pkcs with parameters of type ASN1OctetString
SignerInfo(DERInteger version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes)
           
 

Uses of ASN1OctetString in kz.gamma.asn1.smime
 

Constructors in kz.gamma.asn1.smime with parameters of type ASN1OctetString
SMIMEEncryptionKeyPreferenceAttribute(ASN1OctetString sKeyId)
           
 

Uses of ASN1OctetString in kz.gamma.asn1.x509
 

Fields in kz.gamma.asn1.x509 declared as ASN1OctetString
(package private)  ASN1OctetString AuthorityKeyIdentifier.keyidentifier
           
private  ASN1OctetString Extension.value
           
(package private)  ASN1OctetString X509Extension.value
           
 

Methods in kz.gamma.asn1.x509 that return ASN1OctetString
 ASN1OctetString Extension.getExtnValue()
           
 ASN1OctetString X509Extension.getValue()
           
 

Constructors in kz.gamma.asn1.x509 with parameters of type ASN1OctetString
Extension(DERObjectIdentifier extnId, boolean critical, ASN1OctetString value)
           
Extension(DERObjectIdentifier extnId, DERBoolean critical, ASN1OctetString value)
           
SubjectKeyIdentifier(ASN1OctetString keyid)
           
X509Extension(boolean critical, ASN1OctetString value)
           
X509Extension(DERBoolean critical, ASN1OctetString value)
           
 

Uses of ASN1OctetString in kz.gamma.asn1.x509.qualified
 

Fields in kz.gamma.asn1.x509.qualified declared as ASN1OctetString
(package private)  ASN1OctetString BiometricData.biometricDataHash
           
 

Methods in kz.gamma.asn1.x509.qualified that return ASN1OctetString
 ASN1OctetString BiometricData.getBiometricDataHash()
           
 

Constructors in kz.gamma.asn1.x509.qualified with parameters of type ASN1OctetString
BiometricData(TypeOfBiometricData typeOfBiometricData, AlgorithmIdentifier hashAlgorithm, ASN1OctetString biometricDataHash)
           
BiometricData(TypeOfBiometricData typeOfBiometricData, AlgorithmIdentifier hashAlgorithm, ASN1OctetString biometricDataHash, DERIA5String sourceDataUri)
           
 

Uses of ASN1OctetString in kz.gamma.asn1.x9
 

Fields in kz.gamma.asn1.x9 declared as ASN1OctetString
private  ASN1OctetString KeySpecificInfo.counter
           
private  ASN1OctetString OtherInfo.partyAInfo
           
private  ASN1OctetString OtherInfo.suppPubInfo
           
 

Methods in kz.gamma.asn1.x9 that return ASN1OctetString
 ASN1OctetString KeySpecificInfo.getCounter()
           
 ASN1OctetString OtherInfo.getPartyAInfo()
           
 ASN1OctetString OtherInfo.getSuppPubInfo()
           
 

Constructors in kz.gamma.asn1.x9 with parameters of type ASN1OctetString
KeySpecificInfo(DERObjectIdentifier algorithm, ASN1OctetString counter)
           
OtherInfo(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo)
           
 

Uses of ASN1OctetString in kz.gamma.cms
 

Fields in kz.gamma.cms declared as ASN1OctetString
private  ASN1OctetString KeyAgreeRecipientInformation._encryptedKey
           
(package private)  ASN1OctetString CMSEnvelopedGenerator.RecipientInf.subKeyId
           
(package private)  ASN1OctetString CMSEnvelopedGenerator.RecipientInf.ukm
           
 

Constructors in kz.gamma.cms with parameters of type ASN1OctetString
CMSEnvelopedGenerator.RecipientInf(java.security.PublicKey pubKey, ASN1OctetString subKeyId)
           
 

Uses of ASN1OctetString in kz.gamma.x509.extension
 

Methods in kz.gamma.x509.extension that return ASN1OctetString
private static ASN1OctetString SubjectKeyIdentifierStructure.fromPublicKey(java.security.PublicKey pubKey)
           
 



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