Uses of Class
com.digt.trusted.asn1.ASN1OctetString

Packages that use ASN1OctetString
com.digt.trusted.asn1 A library for parsing and writing ASN.1 objects. 
com.digt.trusted.asn1.cms   
com.digt.trusted.asn1.ocsp Support classes useful for encoding and supporting OCSP objects. 
com.digt.trusted.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents. 
com.digt.trusted.asn1.smime Support classes useful for encoding and supporting S/MIME. 
com.digt.trusted.asn1.x509 Support classes useful for encoding and processing X.509 certificates. 
com.digt.trusted.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve. 
 

Uses of ASN1OctetString in com.digt.trusted.asn1
 

Subclasses of ASN1OctetString in com.digt.trusted.asn1
 class BERConstructedOctetString
           
 class DEROctetString
           
 

Methods in com.digt.trusted.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 com.digt.trusted.asn1.cms
 

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

Constructors in com.digt.trusted.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)
           
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 com.digt.trusted.asn1.ocsp
 

Methods in com.digt.trusted.asn1.ocsp that return ASN1OctetString
 ASN1OctetString CertID.getIssuerKeyHash()
           
 ASN1OctetString CertID.getIssuerNameHash()
           
 ASN1OctetString ResponseBytes.getResponse()
           
 

Constructors in com.digt.trusted.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 com.digt.trusted.asn1.pkcs
 

Methods in com.digt.trusted.asn1.pkcs that return ASN1OctetString
 ASN1OctetString EncryptedData.getContent()
           
 ASN1OctetString SignerInfo.getEncryptedDigest()
           
 

Constructors in com.digt.trusted.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 com.digt.trusted.asn1.smime
 

Constructors in com.digt.trusted.asn1.smime with parameters of type ASN1OctetString
SMIMEEncryptionKeyPreferenceAttribute(ASN1OctetString sKeyId)
           
 

Uses of ASN1OctetString in com.digt.trusted.asn1.x509
 

Methods in com.digt.trusted.asn1.x509 that return ASN1OctetString
 ASN1OctetString X509Extension.getValue()
           
 

Constructors in com.digt.trusted.asn1.x509 with parameters of type ASN1OctetString
SubjectKeyIdentifier(ASN1OctetString keyid)
           
X509Extension(boolean critical, ASN1OctetString value)
           
X509Extension(DERBoolean critical, ASN1OctetString value)
           
 

Uses of ASN1OctetString in com.digt.trusted.asn1.x9
 

Methods in com.digt.trusted.asn1.x9 that return ASN1OctetString
 ASN1OctetString KeySpecificInfo.getCounter()
           
 ASN1OctetString OtherInfo.getPartyAInfo()
           
 ASN1OctetString OtherInfo.getSuppPubInfo()
           
 

Constructors in com.digt.trusted.asn1.x9 with parameters of type ASN1OctetString
KeySpecificInfo(DERObjectIdentifier algorithm, ASN1OctetString counter)
           
OtherInfo(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo)
           
X9ECPoint(ECCurve c, ASN1OctetString s)
           
X9FieldElement(boolean fP, java.math.BigInteger q, ASN1OctetString s)