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
Afficher le fichier Open project: nonorganic/dssnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GetCertificate ( ) : X509Certificate
Résultat Org.BouncyCastle.X509.X509Certificate

GetCertificateChain() public méthode

public GetCertificateChain ( ) : Org.BouncyCastle.X509.X509Certificate[]
Résultat Org.BouncyCastle.X509.X509Certificate[]

GetSignatureAlgorithm() public méthode

public GetSignatureAlgorithm ( ) : SignatureAlgorithm
Résultat SignatureAlgorithm

KSPrivateKeyEntry() public méthode

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
Résultat Org.BouncyCastle.Crypto