Javax.Security.Cert.X509Certificate: Method Members

The methods 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 Methods

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[]) : X509Certificate
Creates a new X509Certificate and initializes it from the specified byte array.
static
GetInstance(System.IO.Stream) : X509Certificate
Creates a new X509Certificate and initializes it from the specified input stream.
static
GetInstanceAsync(byte[]) : System.Threading.Tasks.Task<X509Certificate>
Documentation for this section has not yet been entered.
static
GetInstanceAsync(System.IO.Stream) : System.Threading.Tasks.Task<X509Certificate>
Documentation for this section has not yet been entered.
abstract
GetSigAlgParams() : byte[]
Returns the parameters of the signature algorithm in DER-encoded format.