Added Methods |
IDERSet
createRevocationInfoChoices(
Collection,
Collection
,
Collection
)
|
Creates the revocation info (crls field) for SignedData structure: RevocationInfoChoices ::= SET OF RevocationInfoChoice RevocationInfoChoice ::= CHOICE { crl CertificateList, other [1] IMPLICIT OtherRevocationInfoFormat } OtherRevocationInfoFormat ::= SEQUENCE { otherRevInfoFormat OBJECT IDENTIFIER, otherRevInfo ANY DEFINED BY otherRevInfoFormat } CertificateList ::= SEQUENCE { tbsCertList TBSCertList, signatureAlgorithm AlgorithmIdentifier, signatureValue BIT STRING } |
Certificate
generateCertificate(
InputStream )
|
Generates a certificate object and initializes it with the data read from the input stream inStream. |
IASN1Primitive
getExtensionValue(
X509Certificate,
String
)
|
@param certificate the certificate from which we need the ExtensionValue |
String
getIssuerCertURL(
CRL )
|
Retrieves the URL for the issuer certificate for the given CRL. |
String
getIssuerCertURL(
X509Certificate )
|
Retrieves the URL for the issuer lists certificates for the given certificate. |
void
retrieveRevocationInfoFromSignedData(
IASN1TaggedObject,
Collection
,
Collection
,
Collection
)
|
Try to retrieve CRL and OCSP responses from the signed data crls field. |