Package org.bouncycastle.its
Class ITSCertificate
java.lang.Object
org.bouncycastle.its.ITSCertificate
- All Implemented Interfaces:
Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionITSCertificate(org.bouncycastle.oer.its.ieee1609dot2.CertificateBase certificate) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Return a byte array representing the implementing object.org.bouncycastle.oer.its.ieee1609dot2.IssuerIdentifierReturn the certificate's public encryption key, if present.booleanisSignatureValid(ITSContentVerifierProvider verifierProvider) org.bouncycastle.oer.its.ieee1609dot2.CertificateBase
-
Constructor Details
-
ITSCertificate
public ITSCertificate(org.bouncycastle.oer.its.ieee1609dot2.CertificateBase certificate)
-
-
Method Details
-
getIssuer
public org.bouncycastle.oer.its.ieee1609dot2.IssuerIdentifier getIssuer() -
getValidityPeriod
-
getPublicEncryptionKey
Return the certificate's public encryption key, if present.- Returns:
-
isSignatureValid
- Throws:
Exception
-
toASN1Structure
public org.bouncycastle.oer.its.ieee1609dot2.CertificateBase toASN1Structure() -
getEncoded
Description copied from interface:EncodableReturn a byte array representing the implementing object.- Specified by:
getEncodedin interfaceEncodable- Returns:
- a byte array representing the encoding.
- Throws:
IOException- if an issue arises generation the encoding.
-