C# 클래스 Org.BouncyCastle.X509.X509V2AttributeCertificate

An implementation of a version 2 X.509 Attribute Certificate.
상속: X509ExtensionBase, IX509AttributeCertificate
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
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 ( AsymmetricKeyParameter publicKey ) : void
X509V2AttributeCertificate ( Stream encIn ) : System
X509V2AttributeCertificate ( byte encoded ) : System

보호된 메소드들

메소드 설명
GetX509Extensions ( ) : X509Extensions

비공개 메소드들

메소드 설명
GetObject ( Stream input ) : AttributeCertificate
X509V2AttributeCertificate ( AttributeCertificate cert ) : System

메소드 상세

CheckValidity() 공개 메소드

public CheckValidity ( ) : void
리턴 void

CheckValidity() 공개 메소드

public CheckValidity ( System.DateTime date ) : void
date System.DateTime
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetAttributes() 공개 메소드

public GetAttributes ( ) : Org.BouncyCastle.X509.X509Attribute[]
리턴 Org.BouncyCastle.X509.X509Attribute[]

GetAttributes() 공개 메소드

public GetAttributes ( string oid ) : Org.BouncyCastle.X509.X509Attribute[]
oid string
리턴 Org.BouncyCastle.X509.X509Attribute[]

GetEncoded() 공개 메소드

public GetEncoded ( ) : byte[]
리턴 byte[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetIssuerUniqueID() 공개 메소드

public GetIssuerUniqueID ( ) : bool[]
리턴 bool[]

GetSignature() 공개 메소드

public GetSignature ( ) : byte[]
리턴 byte[]

GetX509Extensions() 보호된 메소드

protected GetX509Extensions ( ) : X509Extensions
리턴 Org.BouncyCastle.Asn1.X509.X509Extensions

IsValid() 공개 메소드

public IsValid ( System.DateTime date ) : bool
date System.DateTime
리턴 bool

Verify() 공개 메소드

public Verify ( AsymmetricKeyParameter publicKey ) : void
publicKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
리턴 void

X509V2AttributeCertificate() 공개 메소드

public X509V2AttributeCertificate ( Stream encIn ) : System
encIn Stream
리턴 System

X509V2AttributeCertificate() 공개 메소드

public X509V2AttributeCertificate ( byte encoded ) : System
encoded byte
리턴 System