The methods of Java.Security.Cert.X509Certificate are listed below. For a list of all members, see the X509Certificate Members list.
See Also: Inherited members from Java.Security.Cert.Certificate
abstract | CheckValidity()Checks whether the certificate is currently valid. | |
abstract | CheckValidity(Java.Util.Date)Checks whether the certificate is valid at the specified date. | |
abstract | GetExtensionValue(string)Documentation for this section has not yet been entered. | |
abstract | GetIssuerUniqueID()Returns the issuerUniqueID from the certificate. | |
abstract | GetKeyUsage()Returns the KeyUsage extension as a boolean array. | |
abstract | GetSigAlgParams()Returns the parameters of the signature algorithm in DER-encoded format. | |
abstract | GetSignature()Returns the raw signature bits from the certificate. | |
abstract | GetSubjectUniqueID()Returns the subjectUniqueID from the certificate. | |
abstract | GetTBSCertificate()Returns the tbsCertificate information from this certificate in DER-encoded format. |