Uses of Class
org.apache.geronimo.crypto.asn1.DERInteger

Packages that use DERInteger
org.apache.geronimo.crypto.asn1   
org.apache.geronimo.crypto.asn1.pkcs   
org.apache.geronimo.crypto.asn1.x509   
 

Uses of DERInteger in org.apache.geronimo.crypto.asn1
 

Methods in org.apache.geronimo.crypto.asn1 that return DERInteger
static DERInteger DERInteger.getInstance(ASN1TaggedObject obj, boolean explicit)
          return an Integer from a tagged object.
static DERInteger DERInteger.getInstance(Object obj)
          return an integer from the passed in object
 

Uses of DERInteger in org.apache.geronimo.crypto.asn1.pkcs
 

Methods in org.apache.geronimo.crypto.asn1.pkcs that return DERInteger
 DERInteger CertificationRequestInfo.getVersion()
           
 

Uses of DERInteger in org.apache.geronimo.crypto.asn1.x509
 

Subclasses of DERInteger in org.apache.geronimo.crypto.asn1.x509
 class CRLNumber
          The CRLNumber object.
 

Methods in org.apache.geronimo.crypto.asn1.x509 that return DERInteger
 DERInteger IssuerSerial.getSerial()
           
 DERInteger AttributeCertificateInfo.getSerialNumber()
           
 DERInteger TBSCertificateStructure.getSerialNumber()
           
 DERInteger X509CertificateStructure.getSerialNumber()
           
 DERInteger TBSCertList.CRLEntry.getUserCertificate()
           
 DERInteger AttributeCertificateInfo.getVersion()
           
 DERInteger TBSCertificateStructure.getVersionNumber()
           
 DERInteger TBSCertList.getVersionNumber()
           
 

Methods in org.apache.geronimo.crypto.asn1.x509 with parameters of type DERInteger
 void V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate, DERUTCTime revocationDate, int reason)
           
 void V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason)
           
 void V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason, DERGeneralizedTime invalidityDate)
           
 void V1TBSCertificateGenerator.setSerialNumber(DERInteger serialNumber)
           
 void V2AttributeCertificateInfoGenerator.setSerialNumber(DERInteger serialNumber)
           
 void V3TBSCertificateGenerator.setSerialNumber(DERInteger serialNumber)
           
 

Constructors in org.apache.geronimo.crypto.asn1.x509 with parameters of type DERInteger
IssuerSerial(GeneralNames issuer, DERInteger serial)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.