iText 8.0.5 API
|
This interface represents the wrapper for X509Crl that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
bool | IsRevoked (IX509Certificate cert) |
Calls actual IsRevoked method for the wrapped X509Crl object. More... |
|
IX500Name | GetIssuerDN () |
Calls actual GetIssuerDN method for the wrapped X509Crl object. More... |
|
DateTime | GetThisUpdate () |
Calls actual GetThisUpdate method for the wrapped X509Crl object. More... |
|
DateTime | GetNextUpdate () |
Calls actual GetNextUpdate method for the wrapped X509Crl object. More... |
|
void | Verify (IPublicKey publicKey) |
Calls actual Verify method for the wrapped X509Crl object. More... |
|
byte[] | GetEncoded () |
Calls actual GetEncoded method for the wrapped X509Crl object. More... |
|
IAsn1OctetString | GetExtensionValue (string oid) |
Calls actual GetExtensionValue method for the wrapped X509Crl object. More... |
|
IX509CrlEntry | GetRevokedCertificate (IBigInteger certificate) |
Calls actual GetRevokedCertificate method for the wrapped X509Crl object. More... |
|
This interface represents the wrapper for X509Crl that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
byte [] iText.Commons.Bouncycastle.Cert.IX509Crl.GetEncoded | ( | ) |
Calls actual GetEncoded
method for the wrapped X509Crl object.
Implemented in iText.Bouncycastlefips.Cert.X509CrlBCFips, and iText.Bouncycastle.X509.X509CrlBC.
IAsn1OctetString iText.Commons.Bouncycastle.Cert.IX509Crl.GetExtensionValue | ( | string | oid | ) |
Calls actual GetExtensionValue
method for the wrapped X509Crl object.
Implemented in iText.Bouncycastlefips.Cert.X509CrlBCFips, and iText.Bouncycastle.X509.X509CrlBC.
IX500Name iText.Commons.Bouncycastle.Cert.IX509Crl.GetIssuerDN | ( | ) |
Calls actual GetIssuerDN
method for the wrapped X509Crl object.
Implemented in iText.Bouncycastlefips.Cert.X509CrlBCFips, and iText.Bouncycastle.X509.X509CrlBC.
DateTime iText.Commons.Bouncycastle.Cert.IX509Crl.GetNextUpdate | ( | ) |
Calls actual GetNextUpdate
method for the wrapped X509Crl object.
Implemented in iText.Bouncycastlefips.Cert.X509CrlBCFips, and iText.Bouncycastle.X509.X509CrlBC.
IX509CrlEntry iText.Commons.Bouncycastle.Cert.IX509Crl.GetRevokedCertificate | ( | IBigInteger | certificate | ) |
Calls actual GetRevokedCertificate
method for the wrapped X509Crl object.
Implemented in iText.Bouncycastlefips.Cert.X509CrlBCFips, and iText.Bouncycastle.X509.X509CrlBC.
DateTime iText.Commons.Bouncycastle.Cert.IX509Crl.GetThisUpdate | ( | ) |
Calls actual GetThisUpdate
method for the wrapped X509Crl object.
Implemented in iText.Bouncycastlefips.Cert.X509CrlBCFips, and iText.Bouncycastle.X509.X509CrlBC.
bool iText.Commons.Bouncycastle.Cert.IX509Crl.IsRevoked | ( | IX509Certificate | cert | ) |
Calls actual IsRevoked
method for the wrapped X509Crl object.
cert | x509 certificate wrapper |
Implemented in iText.Bouncycastlefips.Cert.X509CrlBCFips, and iText.Bouncycastle.X509.X509CrlBC.
void iText.Commons.Bouncycastle.Cert.IX509Crl.Verify | ( | IPublicKey | publicKey | ) |
Calls actual Verify
method for the wrapped X509Crl object.
publicKey | public key to verify |
Implemented in iText.Bouncycastlefips.Cert.X509CrlBCFips, and iText.Bouncycastle.X509.X509CrlBC.