The members of Javax.Security.Cert.X509Certificate are listed below.
See Also: Inherited members from Javax.Security.Cert.Certificate
Creates a new X509Certificate. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | IssuerDN | Java.Security.IPrincipal. Returns the issuer (issuer distinguished name) as an implementation specific Principal object. |
[read-only] abstract | NotAfter | Java.Util.Date. Returns the notAfter date of the validity period of the certificate. |
[read-only] abstract | NotBefore | Java.Util.Date. Returns the notBefore date from the validity period of the certificate. |
[read-only] abstract | SerialNumber | Java.Math.BigInteger. Returns the serialNumber of the certificate. |
[read-only] abstract | SigAlgName | string. Returns the name of the algorithm for the certificate signature. |
[read-only] abstract | SigAlgOID | string. Returns the OID of the signature algorithm from the certificate. |
[read-only] abstract | SubjectDN | Java.Security.IPrincipal. Returns the subject (subject distinguished name) as an implementation specific Principal object. |
[read-only] abstract | Version | int. Returns the certificates version (version number). |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | CheckValidity()Checks whether the certificate is currently valid. | |
abstract | CheckValidity(Java.Util.Date)Checks whether the certificate is valid at the specified date. | |
static | GetInstance(byte[])Creates a new X509Certificate and initializes it from the specified byte array. | |
static | GetInstance(System.IO.Stream)Creates a new X509Certificate and initializes it from the specified input stream. | |
static | GetInstanceAsync(byte[])Documentation for this section has not yet been entered. | |
static | GetInstanceAsync(System.IO.Stream)Documentation for this section has not yet been entered. | |
abstract | GetSigAlgParams()Returns the parameters of the signature algorithm in DER-encoded format. |