Method | Description | |
---|---|---|
Close ( ) : void | ||
EncryptDigest ( byte digestValue, DigestAlgorithm digestAlgo, IDssPrivateKeyEntry keyEntry ) : byte[] | ||
GetKeys ( ) : IList |
||
RFC3370Pkcs12SignatureToken ( char password, |
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. |
|
RFC3370Pkcs12SignatureToken ( char password, string pkcs12FilePath ) : Org.BouncyCastle.Crypto |
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. |
|
RFC3370Pkcs12SignatureToken ( string password, |
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. |
|
RFC3370Pkcs12SignatureToken ( string password, string pkcs12FilePath ) : Org.BouncyCastle.Crypto |
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 EncryptDigest ( byte digestValue, DigestAlgorithm digestAlgo, IDssPrivateKeyEntry keyEntry ) : byte[] | ||
digestValue | byte | |
digestAlgo | DigestAlgorithm | |
keyEntry | IDssPrivateKeyEntry | |
return | byte[] |
public RFC3370Pkcs12SignatureToken ( char password, |
||
password | char | |
pkcs12File | ||
return | Org.BouncyCastle.Crypto |
public RFC3370Pkcs12SignatureToken ( char password, string pkcs12FilePath ) : Org.BouncyCastle.Crypto | ||
password | char | |
pkcs12FilePath | string | |
return | Org.BouncyCastle.Crypto |
public RFC3370Pkcs12SignatureToken ( string password, |
||
password | string | |
pkcs12File | ||
return | Org.BouncyCastle.Crypto |
public RFC3370Pkcs12SignatureToken ( string password, string pkcs12FilePath ) : Org.BouncyCastle.Crypto | ||
password | string | |
pkcs12FilePath | string | |
return | Org.BouncyCastle.Crypto |