iText 9.0.0 API
|
Wrapper class for Org.BouncyCastle.X509.X509Certificate. More...
Public Member Functions |
|
X509CertificateBC (X509Certificate certificate) | |
Creates new wrapper instance for Org.BouncyCastle.X509.X509Certificate. More... |
|
virtual X509Certificate | GetCertificate () |
Gets actual org.bouncycastle object being wrapped. More... |
|
IX500Name | GetIssuerDN () |
Calls actual GetIssuerDN method for the wrapped X509Certificate object. More... |
|
IBigInteger | GetSerialNumber () |
Calls actual GetSerialNumber method for the wrapped X509Certificate object. More... |
|
IPublicKey | GetPublicKey () |
Calls actual GetPublicKey method for the wrapped X509Certificate object. More... |
|
string | GetSigAlgOID () |
Get the Signature Algorithms Object ID. More... |
|
byte[] | GetSigAlgParams () |
Get the signature algorithms parameters. (EG DSA Parameters) More... |
|
byte[] | GetEncoded () |
Calls actual GetEncoded method for the wrapped X509Certificate object. More... |
|
byte[] | GetTbsCertificate () |
Calls actual GetTbsCertificate method for the wrapped X509Certificate object. More... |
|
IAsn1OctetString | GetExtensionValue (string oid) |
Calls actual GetExtensionValue method for the wrapped X509Certificate object. More... |
|
void | Verify (IPublicKey issuerPublicKey) |
Calls actual Verify method for the wrapped X509Certificate object. More... |
|
ISet< string > | GetCriticalExtensionOids () |
Calls actual GetCriticalExtensionOids method for the wrapped X509Certificate object. More... |
|
void | CheckValidity (DateTime time) |
Calls actual CheckValidity method for the wrapped X509Certificate object. More... |
|
IX500Name | GetSubjectDN () |
Returns actual SubjectDN property for the wrapped X509Certificate object. More... |
|
string | GetEndDateTime () |
Returns actual EndDate property of the certificate structure for the wrapped X509Certificate object. More... |
|
DateTime | GetNotBefore () |
Returns actual NotBefore property for the wrapped X509Certificate object. More... |
|
DateTime | GetNotAfter () |
Returns actual NotAfter property for the wrapped X509Certificate object. More... |
|
IList | GetExtendedKeyUsage () |
Calls actual GetExtendedKeyUsage method for the wrapped X509Certificate object. More... |
|
bool[] | GetKeyUsage () |
Calls actual GetKeyUsage method for the wrapped X509Certificate object. More... |
|
int | GetBasicConstraints () |
Call actual GetBasicConstraints method for the wrapped X509Certificate object. More... |
|
override bool | Equals (Object o) |
Indicates whether some other object is "equal to" this one. Compares wrapped objects. More... |
|
override int | GetHashCode () |
Returns a hash code value based on the wrapped object. More... |
|
override String | ToString () |
Delegates toString method call to the wrapped object. More... |
|
Wrapper class for Org.BouncyCastle.X509.X509Certificate.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.X509.X509Certificate.
certificate |
Org.BouncyCastle.X509.X509Certificate to be wrapped
|
inline |
Calls actual CheckValidity
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Indicates whether some other object is "equal to" this one. Compares wrapped objects.
|
inline |
Call actual GetBasicConstraints
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inline |
Calls actual GetCriticalExtensionOids
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Calls actual GetEncoded
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Returns actual EndDate
property of the certificate structure for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Calls actual GetExtendedKeyUsage
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Calls actual GetExtensionValue
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Returns a hash code value based on the wrapped object.
|
inline |
Calls actual GetIssuerDN
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Calls actual GetKeyUsage
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Returns actual NotAfter
property for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Returns actual NotBefore
property for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Calls actual GetPublicKey
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Calls actual GetSerialNumber
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
string iText.Bouncycastle.X509.X509CertificateBC.GetSigAlgOID | ( | ) |
Get the Signature Algorithms Object ID.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
byte [] iText.Bouncycastle.X509.X509CertificateBC.GetSigAlgParams | ( | ) |
Get the signature algorithms parameters. (EG DSA Parameters)
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Returns actual SubjectDN
property for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Calls actual GetTbsCertificate
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.
|
inline |
Delegates toString
method call to the wrapped object.
|
inline |
Calls actual Verify
method for the wrapped X509Certificate object.
Implements iText.Commons.Bouncycastle.Cert.IX509Certificate.