public class CRLToken extends RevocationToken
archiveCutOff, available, certHash, expiredCertsOnCRL, nextUpdate, origin, productionDate, reason, revocationDate, sourceURL, status, thisUpdatepublicKeyOfTheSigner, signatureAlgorithm, signatureInvalidityReason, signatureValid| Constructor and Description |
|---|
CRLToken(CertificateToken certificateToken,
CRLValidity crlValidity)
The constructor to be used with the certificate which is managed by the
CRL and the
CRLValidity. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkIsSignedBy(CertificateToken token) |
String |
getAbbreviation()
This method returns the DSS abbreviation of the CRLToken.
|
InputStream |
getCRLStream() |
CRLValidity |
getCrlValidity() |
byte[] |
getEncoded() |
X500Principal |
getIssuerX500Principal() |
boolean |
isValid()
Indicates if the token signature is intact and the signing certificate
has cRLSign key usage bit set.
|
String |
toString(String indentStr) |
equals, getArchiveCutOff, getCertHash, getCreationDate, getExpiredCertsOnCRL, getNextUpdate, getOrigin, getProductionDate, getReason, getRelatedCertificateID, getRevocationDate, getSourceURL, getStatus, getThisUpdate, hashCode, isAvailable, setAvailable, setOrigin, setRelatedCertificateID, setSourceURLgetDigest, getDigest, getDSSId, getDSSIdAsString, getPublicKeyOfTheSigner, getSignatureAlgorithm, isSelfSigned, isSignatureValid, isSignedBy, toStringpublic CRLToken(CertificateToken certificateToken, CRLValidity crlValidity)
CRLValidity.certificateToken - the CertificateToken which is managed by this CRL.crlValidity - CRLValidity containing the information about the
validity of the CRLprotected boolean checkIsSignedBy(CertificateToken token)
checkIsSignedBy in class Tokenpublic CRLValidity getCrlValidity()
public X500Principal getIssuerX500Principal()
getIssuerX500Principal in class Tokenpublic String getAbbreviation()
getAbbreviation in class Tokenpublic byte[] getEncoded()
getEncoded in class Tokenpublic InputStream getCRLStream()
public boolean isValid()
isValid in class RevocationTokentrue or falseCopyright © 2019. All rights reserved.