Uses of Interface
iaik.asn1.ASN1Type

Packages that use ASN1Type
com.entrust.toolkit.asn1.structures Contains clases used to parse ASN.1 structures. 
iaik.asn1   
iaik.asn1.structures   
iaik.pkcs.pkcs12   
iaik.pkcs.pkcs7   
iaik.pkcs.pkcs8   
iaik.security.dh   
iaik.security.dsa   
iaik.security.rsa   
iaik.security.spec   
iaik.x509   
 

Uses of ASN1Type in com.entrust.toolkit.asn1.structures
 

Classes in com.entrust.toolkit.asn1.structures that implement ASN1Type
 class AlgorithmIdentifier
          This class represents a PKIX full certificate template, which basically contains an (incomplete) X.509 certificate, and then a series of optional information related to it, such as archiving options and proof of possession of private keys.
 class CertTemplateCMP
          This class represents a PKIX full certificate template, which basically contains an (incomplete) X.509 certificate, and then a series of optional information related to it, such as archiving options and proof of possession of private keys.
 class Extension
           
 class PMACVALUE
           
 class SubjectPublicKeyInfo
           
 class Time
           
 class Validity
           
 

Methods in com.entrust.toolkit.asn1.structures that return ASN1Type
 ASN1Type DistributionPointName.getDistributionPointName()
          Returns the distribution point name parameter.
 

Methods in com.entrust.toolkit.asn1.structures with parameters of type ASN1Type
 void DistributionPointName.setDistributionPointName(ASN1Type dpn)
          Sets the distribution point name parameter.
 

Constructors in com.entrust.toolkit.asn1.structures with parameters of type ASN1Type
DistributionPointName.DistributionPointName(ASN1Type asn1Type)
          Creates a new DistributionPointName object from a distribution point name.
 

Uses of ASN1Type in iaik.asn1
 

Methods in iaik.asn1 that return ASN1Type
static ASN1Type[] ASN.parseSequenceOf(ASN1Object obj, java.lang.Class cls)
          Parses a SEQUENCE OF ASN.1 object and returns an array containing all the components of the given ASN.1 object.
 

Methods in iaik.asn1 with parameters of type ASN1Type
static ASN1Object ASN.createSequenceOf(ASN1Type[] array)
          Creates a SEQUENCE OF ASN.1 object from the given array of ASN.1 types.
static ASN1Object ASN.createSetOf(ASN1Type[] array)
          Creates a SET OF ASN.1 object from the given array of ASN.1 types.
static ASN1Object ASN.createSetOf(ASN1Type[] array, boolean sorted)
          Creates a SET OF ASN.1 object from the given array of ASN.1 types.
 

Uses of ASN1Type in iaik.asn1.structures
 

Classes in iaik.asn1.structures that implement ASN1Type
 class AccessDescription
          This class represents a AccessDescription to be used as parameter for creating a private internet extension of type "Authority Information Access".
 class AlgorithmID
          This class implements the ASN.1 type "AlgorithmIdentifier".
 class Attribute
          This class implements the ASN.1 type Attribute.
 class AVA
          This class implements the ASN.1 type AttributeValueAssertion.
 class GeneralNames
          This class implements the ASN1.
 class GeneralSubtree
          An implementation of the ASN.1 structure GeneralSubtree as used within the NameConstraints extension.
 class Name
          This class represents a X.500 Name structure (Distinguished Name).
 class PolicyMapping
          This class implements a policy mapping as used by the X509v3 PolicyMappings extenscion to be included into CA certificates.
 class RDN
          This class implements the ASN.1 type RelativeDistinguishedName.
 

Methods in iaik.asn1.structures that return ASN1Type
 ASN1Type DistributionPoint.getDistributionPointName()
          Returns the distribution point name of this distribution point.
 

Methods in iaik.asn1.structures with parameters of type ASN1Type
 void DistributionPoint.setDistributionPointName(ASN1Type distributionPointName)
          Sets the distribution point name parameter of this extension.
 

Constructors in iaik.asn1.structures with parameters of type ASN1Type
DistributionPoint.DistributionPoint(ASN1Type distributionPointName)
          Creates a new DistributionPoint for the given distribution point name, specified as RDN or a GeneralNames.
 

Uses of ASN1Type in iaik.pkcs.pkcs12
 

Classes in iaik.pkcs.pkcs12 that implement ASN1Type
 class AuthenticatedSafe
          This class implements the ASN.1 structure AuthenticatedSafe as defined in the PKCS#12 standard.
 class CertificateBag
          This class contains a certificate and any associated attributes.
 class KeyBag
          This class contains a private key and any associated attributes.
 class PKCS8ShroudedKeyBag
          This class contains an encrypted private key and any associated attributes.
 class SafeBag
          This class implements the PKCS#12 structure SafeBag.
 

Uses of ASN1Type in iaik.pkcs.pkcs7
 

Classes in iaik.pkcs.pkcs7 that implement ASN1Type
 class DigestInfo
          This class implements the PKCS#7 DigestInfo type.
 class RecipientInfo
          This class implements the PKCS#7 RecipientInfo type.
 class SignerInfo
          This class implements the PKCS#7 SignerInfo type.
 

Uses of ASN1Type in iaik.pkcs.pkcs8
 

Classes in iaik.pkcs.pkcs8 that implement ASN1Type
 class EncryptedPrivateKeyInfo
          This class implements from the PKCS#8 Private-Key Information Syntax Standard the syntax for encrypted private keys.
 class PrivateKeyInfo
          This class implements the PKCS#8 Private-Key Information Syntax Standard for storing private keys.
 

Uses of ASN1Type in iaik.security.dh
 

Classes in iaik.security.dh that implement ASN1Type
 class DHPrivateKey
          This class implements a Diffie Hellman private key and supports ASN.1 encoding.
 class DHPublicKey
          This class implements a Diffie Hellman public key and supports ASN.1 encoding.
 

Uses of ASN1Type in iaik.security.dsa
 

Classes in iaik.security.dsa that implement ASN1Type
 class DSAPrivateKey
          An implementation of a DSA private key that supports ASN.1 encoding.
 class DSAPublicKey
          An implementation of a DSA public key that supports ASN.1 encoding.
 

Uses of ASN1Type in iaik.security.rsa
 

Classes in iaik.security.rsa that implement ASN1Type
 class RSAPrivateKey
          This class implements an RSA private key and supports ASN.1 encoding.
 class RSAPublicKey
          This class implements a RSA public key and supports ASN.1 encoding.
 

Uses of ASN1Type in iaik.security.spec
 

Classes in iaik.security.spec that implement ASN1Type
 class IaikPBEParameterSpec
          This class extends PBEParameterSpec and implements the ASN1Type interface.
 

Uses of ASN1Type in iaik.x509
 

Classes in iaik.x509 that implement ASN1Type
 class PublicKeyInfo
          This class implements a PublicKeyInfo as used within X.509 certificates for representing the subject´s public key in the SubjectPublicKeyInfo field.
 class X509Certificate
          This class represents a X.509 version 3 certificate, as specified by ISO/IEC and ANSI X9.
 class X509CRL
          This class represents a X.509v2 CertificateRevocationList (CRL).