C# Class EU.Europa.EC.Markt.Dss.Signature.Token.KSPrivateKeyEntry

Wrapper of a PrivateKeyEntry comming from a KeyStore.
Wrapper of a PrivateKeyEntry comming from a KeyStore.
Inheritance: IDssPrivateKeyEntry
Datei anzeigen Open project: nonorganic/dssnet

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

GetCertificate() public method

public GetCertificate ( ) : X509Certificate
return Org.BouncyCastle.X509.X509Certificate

GetCertificateChain() public method

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

GetSignatureAlgorithm() public method

public GetSignatureAlgorithm ( ) : SignatureAlgorithm
return SignatureAlgorithm

KSPrivateKeyEntry() public method

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
return Org.BouncyCastle.Crypto