Uses of Class
iaik.asn1.SEQUENCE

Packages that use SEQUENCE
com.entrust.toolkit.asn1.structures Contains clases used to parse ASN.1 structures. 
com.entrust.toolkit.util Contains important high-level classes such as SecureStringBuffer and ManagerTransport
com.entrust.toolkit.x509.policies Contains classes used to check policies — password rules, for example. 
 

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

Methods in com.entrust.toolkit.asn1.structures that return SEQUENCE
 SEQUENCE CertTemplateCMP.getExtensions()
           
 

Methods in com.entrust.toolkit.asn1.structures with parameters of type SEQUENCE
 void CertTemplateCMP.setExtensions(SEQUENCE extensions)
           
 

Uses of SEQUENCE in com.entrust.toolkit.util
 

Methods in com.entrust.toolkit.util with parameters of type SEQUENCE
 void PKIXCMP.parseInitializationResponse(SEQUENCE pkiMessage, SecureStringBuffer authCode, PrivateKey protocolPrivateKey)
          Parses the response to the initialization request.
 void PKIXCMP.parseRecoveryResponse(SEQUENCE pkiMessage, SecureStringBuffer authCode, PrivateKey protocolPrivateKey)
          Parses the response to the recovery request.
 void PKIXCMP.parseSigningKeyUpdateResponse(LdapDirectory directory, SEQUENCE pkiMessage, PrivateKey newSigningKey, X509Certificate origCaCert)
          Parses the response to the initialization request.
 void PKIXCMP.parseEncryptionKeyUpdateResponse(LdapDirectory directory, SEQUENCE pkiMessage, PrivateKey protocolPrivateKey, X509Certificate origCaCert)
          Parses the response to the initialization request.
 

Uses of SEQUENCE in com.entrust.toolkit.x509.policies
 

Methods in com.entrust.toolkit.x509.policies that return SEQUENCE
 SEQUENCE ClientSettings.getDNencoding()
          Get distinguished name encoding types that should be used, as a SEQUENCE OF UTF8STRING.