Class CRLUtils
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.CRLUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncrlB64ToCRL(String crlB64) static byte[]static byte[]static byte[]static byte[]static byte[]static byte[]static booleanstatic booleanstatic booleanstatic booleanstatic booleanvalidOnPeriod(Time timeReference, CRL crl) static booleanverifyIssuer(PublicKey publicKey, CRL crl)
-
Field Details
-
UNABLE_TO_GET_CRL_ENCODED
- See Also:
-
-
Constructor Details
-
CRLUtils
public CRLUtils()
-
-
Method Details
-
verifyIssuer
-
isIssuer
-
validOnPeriod
-
digest
- Throws:
NoSuchAlgorithmExceptionCRLException
-
digest
public static byte[] digest(org.bouncycastle.asn1.ASN1ObjectIdentifier identifier, X509CRL crl) throws NoSuchAlgorithmException, CRLException - Throws:
NoSuchAlgorithmExceptionCRLException
-
digest
public static byte[] digest(String algorithm, CRL crl) throws NoSuchAlgorithmException, CRLException - Throws:
NoSuchAlgorithmExceptionCRLException
-
DIGEST
-
DIGEST
-
DIGEST
-
ISDIGEST
-
ISDIGEST
public static boolean ISDIGEST(org.bouncycastle.asn1.ASN1ObjectIdentifier identifier, byte[] expectedDigest, CRL crl) -
ISDIGEST
-
crlB64ToCRL
-