C# 클래스 EU.Europa.EC.Markt.Dss.Signature.Token.KSPrivateKeyEntry

Wrapper of a PrivateKeyEntry comming from a KeyStore.
Wrapper of a PrivateKeyEntry comming from a KeyStore.
상속: IDssPrivateKeyEntry
파일 보기 프로젝트 열기: nonorganic/dssnet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetCertificate ( ) : X509Certificate
GetCertificateChain ( ) : Org.BouncyCastle.X509.X509Certificate[]
GetSignatureAlgorithm ( ) : SignatureAlgorithm
KSPrivateKeyEntry ( X509Certificate certificate, X509Certificate certificateChain, AsymmetricKeyParameter privateKey ) : Org.BouncyCastle.Crypto

The default constructor for DSSPrivateKeyEntry.

The default constructor for DSSPrivateKeyEntry.

메소드 상세

GetCertificate() 공개 메소드

public GetCertificate ( ) : X509Certificate
리턴 Org.BouncyCastle.X509.X509Certificate

GetCertificateChain() 공개 메소드

public GetCertificateChain ( ) : Org.BouncyCastle.X509.X509Certificate[]
리턴 Org.BouncyCastle.X509.X509Certificate[]

GetSignatureAlgorithm() 공개 메소드

public GetSignatureAlgorithm ( ) : SignatureAlgorithm
리턴 SignatureAlgorithm

KSPrivateKeyEntry() 공개 메소드

The default constructor for DSSPrivateKeyEntry.
The default constructor for DSSPrivateKeyEntry.
public KSPrivateKeyEntry ( X509Certificate certificate, X509Certificate certificateChain, AsymmetricKeyParameter privateKey ) : Org.BouncyCastle.Crypto
certificate Org.BouncyCastle.X509.X509Certificate
certificateChain Org.BouncyCastle.X509.X509Certificate
privateKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
리턴 Org.BouncyCastle.Crypto