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

Packages that use ASN1Set
com.digt.trusted.asn1 A library for parsing and writing ASN.1 objects. 
com.digt.trusted.asn1.cms   
com.digt.trusted.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents. 
com.digt.trusted.asn1.x509 Support classes useful for encoding and processing X.509 certificates. 
com.digt.trusted.jce   
 

Uses of ASN1Set in com.digt.trusted.asn1
 

Subclasses of ASN1Set in com.digt.trusted.asn1
 class BERSet
           
 class DERConstructedSet
          Deprecated. use DERSet
 class DERSet
          A DER encoded set object
 

Methods in com.digt.trusted.asn1 that return ASN1Set
static ASN1Set ASN1Set.getInstance(ASN1TaggedObject obj, boolean explicit)
          Return an ASN1 set from a tagged object.
static ASN1Set ASN1Set.getInstance(java.lang.Object obj)
          return an ASN1Set from the given object.
 

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

Methods in com.digt.trusted.asn1.cms that return ASN1Set
 ASN1Set Attribute.getAttrValues()
           
 ASN1Set SignerInfo.getAuthenticatedAttributes()
           
 ASN1Set OriginatorInfo.getCertificates()
           
 ASN1Set SignedData.getCertificates()
           
 ASN1Set OriginatorInfo.getCRLs()
           
 ASN1Set SignedData.getCRLs()
           
 ASN1Set SignedData.getDigestAlgorithms()
           
 ASN1Set EnvelopedData.getRecipientInfos()
           
 ASN1Set SignedData.getSignerInfos()
           
 ASN1Set SignerInfo.getUnauthenticatedAttributes()
           
 ASN1Set EnvelopedData.getUnprotectedAttrs()
           
 

Constructors in com.digt.trusted.asn1.cms with parameters of type ASN1Set
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
AttributeTable(ASN1Set s)
           
EnvelopedData(OriginatorInfo originatorInfo, ASN1Set recipientInfos, EncryptedContentInfo encryptedContentInfo, ASN1Set unprotectedAttrs)
           
OriginatorInfo(ASN1Set certs, ASN1Set crls)
           
SignedData(ASN1Set digestAlgorithms, ContentInfo contentInfo, ASN1Set certificates, ASN1Set crls, ASN1Set signerInfos)
           
SignerInfo(SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes)
           
 

Uses of ASN1Set in com.digt.trusted.asn1.pkcs
 

Methods in com.digt.trusted.asn1.pkcs that return ASN1Set
 ASN1Set CertificationRequestInfo.getAttributes()
           
 ASN1Set PrivateKeyInfo.getAttributes()
           
 ASN1Set Attribute.getAttrValues()
           
 ASN1Set SignerInfo.getAuthenticatedAttributes()
           
 ASN1Set SafeBag.getBagAttributes()
           
 ASN1Set SignedData.getCertificates()
           
 ASN1Set SignedData.getCRLs()
           
 ASN1Set SignedData.getDigestAlgorithms()
           
 ASN1Set SignedData.getSignerInfos()
           
 ASN1Set SignerInfo.getUnauthenticatedAttributes()
           
 

Constructors in com.digt.trusted.asn1.pkcs with parameters of type ASN1Set
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
CertificationRequestInfo(X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)
           
SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes)
           
SignedData(DERInteger _version, ASN1Set _digestAlgorithms, ContentInfo _contentInfo, ASN1Set _certificates, ASN1Set _crls, ASN1Set _signerInfos)
           
SignerInfo(DERInteger version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes)
           
 

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

Methods in com.digt.trusted.asn1.x509 that return ASN1Set
 ASN1Set Attribute.getAttrValues()
           
 

Constructors in com.digt.trusted.asn1.x509 with parameters of type ASN1Set
Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)
           
 

Uses of ASN1Set in com.digt.trusted.jce
 

Constructors in com.digt.trusted.jce with parameters of type ASN1Set
PKCS10CertificationRequest(java.lang.String signatureAlgorithm, X509Name subject, java.security.PublicKey key, ASN1Set attributes, java.security.PrivateKey signingKey)
          create a PKCS10 certfication request using the DIGT provider.
PKCS10CertificationRequest(java.lang.String signatureAlgorithm, X509Name subject, java.security.PublicKey key, ASN1Set attributes, java.security.PrivateKey signingKey, java.lang.String provider)
          create a PKCS10 certfication request using the named provider.