|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DERInteger | |
---|---|
org.apache.geronimo.util.asn1 | |
org.apache.geronimo.util.asn1.pkcs | |
org.apache.geronimo.util.asn1.x509 |
Uses of DERInteger in org.apache.geronimo.util.asn1 |
---|
Methods in org.apache.geronimo.util.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.util.asn1.pkcs |
---|
Methods in org.apache.geronimo.util.asn1.pkcs that return DERInteger | |
---|---|
DERInteger |
CertificationRequestInfo.getVersion()
|
Uses of DERInteger in org.apache.geronimo.util.asn1.x509 |
---|
Subclasses of DERInteger in org.apache.geronimo.util.asn1.x509 | |
---|---|
class |
CRLNumber
The CRLNumber object. |
Methods in org.apache.geronimo.util.asn1.x509 that return DERInteger | |
---|---|
DERInteger |
IssuerSerial.getSerial()
|
DERInteger |
TBSCertificateStructure.getSerialNumber()
|
DERInteger |
AttributeCertificateInfo.getSerialNumber()
|
DERInteger |
X509CertificateStructure.getSerialNumber()
|
DERInteger |
TBSCertList.CRLEntry.getUserCertificate()
|
DERInteger |
AttributeCertificateInfo.getVersion()
|
DERInteger |
TBSCertificateStructure.getVersionNumber()
|
DERInteger |
TBSCertList.getVersionNumber()
|
Methods in org.apache.geronimo.util.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.util.asn1.x509 with parameters of type DERInteger | |
---|---|
IssuerSerial(GeneralNames issuer,
DERInteger serial)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |