메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetX509Extensions ( ) : |
메소드 | 설명 | |
---|---|---|
GetObject ( Stream input ) : |
||
X509V2AttributeCertificate ( |
public CheckValidity ( System.DateTime date ) : void | ||
date | System.DateTime | |
리턴 | void |
public GetAttributes ( ) : Org.BouncyCastle.X509.X509Attribute[] | ||
리턴 | Org.BouncyCastle.X509.X509Attribute[] |
public GetAttributes ( string oid ) : Org.BouncyCastle.X509.X509Attribute[] | ||
oid | string | |
리턴 | Org.BouncyCastle.X509.X509Attribute[] |
protected GetX509Extensions ( ) : |
||
리턴 |
public Verify ( |
||
publicKey | ||
리턴 | void |
public X509V2AttributeCertificate ( Stream encIn ) : System | ||
encIn | Stream | |
리턴 | System |
public X509V2AttributeCertificate ( byte encoded ) : System | ||
encoded | byte | |
리턴 | System |