Uses of Class
iaik.asn1.structures.Name

Packages that use Name
com.entrust.toolkit Contains classes for user mangement tasks and for PKCS #7 encode and decode operations. 
com.entrust.toolkit.asn1.structures Contains clases used to parse ASN.1 structures. 
com.entrust.toolkit.credentials Contains classes for the creation and recovery of credentials in a variety of key sources. 
com.entrust.toolkit.x509 Contains important X.509 related classes including LdapDirectory
com.entrust.toolkit.x509.policies Contains classes used to check policies — password rules, for example. 
iaik.pkcs.pkcs10   
iaik.pkcs.pkcs7   
 

Uses of Name in com.entrust.toolkit
 

Methods in com.entrust.toolkit with parameters of type Name
 PrivateKey User.getDecryptionKey(Name issuer, java.lang.String serialNumber)
           Returns the encryption key and serial number for the given issuer if the user is logged on to the Toolkit.
 

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

Methods in com.entrust.toolkit.asn1.structures that return Name
 Name OldDistributionPoint.getOldDistributionPointName()
          Returns the name value of this OldDistributionPoint structure specifying the name of the distribution point.
 Name DistributionPointName.getDirectoryName(Name parent)
          Returns the internal value of this DistributionPointName object as an absolute X.500 distinguished name.
 Name CertTemplateCMP.getIssuer()
           
 Name CertTemplateCMP.getSubject()
           
 Name OldDistributionPointName.getDistributionPointName()
          Returns the name value of this OldDistributionPointName structure specifying the (relative or absolute) name of the distribution point.
 Name OldDistributionPointName.getDirectoryName(Name parent)
          Returns the name value of this OldDistributionPointName structure as an absolute path name.
 

Methods in com.entrust.toolkit.asn1.structures with parameters of type Name
 Name DistributionPointName.getDirectoryName(Name parent)
          Returns the internal value of this DistributionPointName object as an absolute X.500 distinguished name.
 void CertTemplateCMP.setIssuer(Name issuer)
           
 void CertTemplateCMP.setSubject(Name subject)
           
 Name OldDistributionPointName.getDirectoryName(Name parent)
          Returns the name value of this OldDistributionPointName structure as an absolute path name.
 

Uses of Name in com.entrust.toolkit.credentials
 

Methods in com.entrust.toolkit.credentials with parameters of type Name
 PrivateKey Profile.getDecryptionKey(Name issuer, java.lang.String serialNumber)
           Returns the encryption key and serial number for the given issuer if the credentials file is logged in to the Toolkit.
 

Uses of Name in com.entrust.toolkit.x509
 

Methods in com.entrust.toolkit.x509 that return Name
 Name X509CertificateWrapper.getIssuer()
          Returns the issuer of a cert.
 

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

Methods in com.entrust.toolkit.x509.policies that return Name
 Name SearchBase.getName()
          Returns the search base distinguished name.
 

Constructors in com.entrust.toolkit.x509.policies with parameters of type Name
SearchBase.SearchBase(Name name, java.lang.String friendlyName)
          Constructor
 

Uses of Name in iaik.pkcs.pkcs10
 

Methods in iaik.pkcs.pkcs10 that return Name
 Name CertificateRequest.getSubject()
          Returns the subject of this certificate request.
 

Constructors in iaik.pkcs.pkcs10 with parameters of type Name
CertificateRequest.CertificateRequest(PublicKey publicKey, Name subject)
          Creates a new CertificateRequest from a PublicKeyInfo and a Name.
 

Uses of Name in iaik.pkcs.pkcs7
 

Methods in iaik.pkcs.pkcs7 that return Name
 Name IssuerAndSerialNumber.getIssuer()
          Returns the issuer distinguished name.
 

Constructors in iaik.pkcs.pkcs7 with parameters of type Name
IssuerAndSerialNumber.IssuerAndSerialNumber(Name issuer, java.math.BigInteger serialNumber)
          Creates a new IssuerAndSerialNumber from an issuer distinguished name and an issuer-specific serial number.