Uses of Class
iaik.asn1.INTEGER

Packages that use INTEGER
com.entrust.toolkit.asn1.structures Contains clases used to parse ASN.1 structures. 
 

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

Methods in com.entrust.toolkit.asn1.structures that return INTEGER
 INTEGER PasswordBasedMacParameterSpec.getIterationCount()
           
 INTEGER CertTemplateCMP.getVersion()
           
 INTEGER CertTemplateCMP.getSerialNumber()
           
 INTEGER Controls.getOldCertIdSerialNumber()
           
 INTEGER Cast5MacParameterSpec.getMacLength()
           
 INTEGER Cast5MacParameterSpec.getKeyLength()
           
 

Methods in com.entrust.toolkit.asn1.structures with parameters of type INTEGER
 void PasswordBasedMacParameterSpec.setIterationCount(INTEGER iterationCount)
           
 void CertTemplateCMP.setVersion(INTEGER version)
           
 void CertTemplateCMP.setSerialNumber(INTEGER serialNumber)
           
 void Controls.setOldCertId(GeneralName issuer, INTEGER serialNumber)
           
 void Cast5MacParameterSpec.setMacLength(INTEGER macLength)
           
 void Cast5MacParameterSpec.setKeyLength(INTEGER keyLength)