Javax.Security.Cert.X509Certificate: Property Members

The properties of Javax.Security.Cert.X509Certificate are listed below. For a list of all members, see the X509Certificate Members list.

See Also: Inherited members from Javax.Security.Cert.Certificate

Public Properties

[read-only]
abstract
IssuerDNJava.Security.IPrincipal. Returns the issuer (issuer distinguished name) as an implementation specific Principal object.
[read-only]
abstract
NotAfterJava.Util.Date. Returns the notAfter date of the validity period of the certificate.
[read-only]
abstract
NotBeforeJava.Util.Date. Returns the notBefore date from the validity period of the certificate.
[read-only]
abstract
SerialNumberJava.Math.BigInteger. Returns the serialNumber of the certificate.
[read-only]
abstract
SigAlgNamestring. Returns the name of the algorithm for the certificate signature.
[read-only]
abstract
SigAlgOIDstring. Returns the OID of the signature algorithm from the certificate.
[read-only]
abstract
SubjectDNJava.Security.IPrincipal. Returns the subject (subject distinguished name) as an implementation specific Principal object.
[read-only]
abstract
Versionint. Returns the certificates version (version number).

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.