Method | Description | |
---|---|---|
CheckValidity ( ) : void | ||
CheckValidity ( System.DateTime date ) : void | ||
Equals ( object obj ) : bool | ||
GetAttributes ( ) : Org.BouncyCastle.X509.X509Attribute[] | ||
GetAttributes ( string oid ) : Org.BouncyCastle.X509.X509Attribute[] | ||
GetEncoded ( ) : byte[] | ||
GetHashCode ( ) : int | ||
GetIssuerUniqueID ( ) : bool[] | ||
GetSignature ( ) : byte[] | ||
IsValid ( System.DateTime date ) : bool | ||
Verify ( |
||
X509V2AttributeCertificate ( Stream encIn ) : System | ||
X509V2AttributeCertificate ( byte encoded ) : System |
Method | Description | |
---|---|---|
GetX509Extensions ( ) : |
Method | Description | |
---|---|---|
GetObject ( Stream input ) : |
||
X509V2AttributeCertificate ( |
public CheckValidity ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public GetAttributes ( ) : Org.BouncyCastle.X509.X509Attribute[] | ||
return | Org.BouncyCastle.X509.X509Attribute[] |
public GetAttributes ( string oid ) : Org.BouncyCastle.X509.X509Attribute[] | ||
oid | string | |
return | Org.BouncyCastle.X509.X509Attribute[] |
protected GetX509Extensions ( ) : |
||
return |
public IsValid ( System.DateTime date ) : bool | ||
date | System.DateTime | |
return | bool |
public Verify ( |
||
publicKey | ||
return | void |
public X509V2AttributeCertificate ( Stream encIn ) : System | ||
encIn | Stream | |
return | System |
public X509V2AttributeCertificate ( byte encoded ) : System | ||
encoded | byte | |
return | System |