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

Class holding all PKCS#12 file access logic.
Class holding all PKCS#12 file access logic.
상속: AsyncSignatureTokenConnection
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
Close ( ) : void
EncryptDigest ( byte digestValue, DigestAlgorithm digestAlgo, IDssPrivateKeyEntry keyEntry ) : byte[]
GetKeys ( ) : IList
Pkcs12SignatureToken ( char password, FilePath pkcs12File ) : System.IO

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file.

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file. The default constructor for Pkcs12SignatureToken.

Pkcs12SignatureToken ( char password, string pkcs12FilePath ) : System.IO

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file.

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file. The default constructor for Pkcs12SignatureToken.

Pkcs12SignatureToken ( string password, FilePath pkcs12File ) : System.IO

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file.

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file. The default constructor for Pkcs12SignatureToken.

Pkcs12SignatureToken ( string password, string pkcs12FilePath ) : System.IO

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file.

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file. The default constructor for Pkcs12SignatureToken.

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

EncryptDigest() 공개 메소드

public EncryptDigest ( byte digestValue, DigestAlgorithm digestAlgo, IDssPrivateKeyEntry keyEntry ) : byte[]
digestValue byte
digestAlgo DigestAlgorithm
keyEntry IDssPrivateKeyEntry
리턴 byte[]

GetKeys() 공개 메소드

public GetKeys ( ) : IList
리턴 IList

Pkcs12SignatureToken() 공개 메소드

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file.
Create a SignatureTokenConnection with the provided password and path to PKCS#12 file. The default constructor for Pkcs12SignatureToken.
public Pkcs12SignatureToken ( char password, FilePath pkcs12File ) : System.IO
password char
pkcs12File Sharpen.FilePath
리턴 System.IO

Pkcs12SignatureToken() 공개 메소드

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file.
Create a SignatureTokenConnection with the provided password and path to PKCS#12 file. The default constructor for Pkcs12SignatureToken.
public Pkcs12SignatureToken ( char password, string pkcs12FilePath ) : System.IO
password char
pkcs12FilePath string
리턴 System.IO

Pkcs12SignatureToken() 공개 메소드

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file.
Create a SignatureTokenConnection with the provided password and path to PKCS#12 file. The default constructor for Pkcs12SignatureToken.
public Pkcs12SignatureToken ( string password, FilePath pkcs12File ) : System.IO
password string
pkcs12File Sharpen.FilePath
리턴 System.IO

Pkcs12SignatureToken() 공개 메소드

Create a SignatureTokenConnection with the provided password and path to PKCS#12 file.
Create a SignatureTokenConnection with the provided password and path to PKCS#12 file. The default constructor for Pkcs12SignatureToken.
public Pkcs12SignatureToken ( string password, string pkcs12FilePath ) : System.IO
password string
pkcs12FilePath string
리턴 System.IO