Implementation of the IExternalSignature interface that can be used when you have a Org.BouncyCastle.Crypto.ICipherParameters object. More...
Implementation of the IExternalSignature interface that can be used when you have a Org.BouncyCastle.Crypto.ICipherParameters object.
Paulo Soares
◆ PrivateKeySignature()
iText.Signatures.PrivateKeySignature.PrivateKeySignature |
( |
ICipherParameters |
pk, |
|
|
String |
hashAlgorithm |
|
) |
|
|
|
inline |
Creates a PrivateKeySignature instance.
-
Parameters
-
pk |
A Org.BouncyCastle.Crypto.ICipherParameters object. |
hashAlgorithm |
A hash algorithm (e.g. "SHA-1", "SHA-256",...). |
provider |
A security provider (e.g. "BC"). |
◆ GetEncryptionAlgorithm()
virtual String iText.Signatures.PrivateKeySignature.GetEncryptionAlgorithm |
( |
|
) |
|
|
inlinevirtual |
◆ GetHashAlgorithm()
virtual String iText.Signatures.PrivateKeySignature.GetHashAlgorithm |
( |
|
) |
|
|
inlinevirtual |
◆ Sign()
virtual byte [] iText.Signatures.PrivateKeySignature.Sign |
( |
byte[] |
message |
) |
|
|
inlinevirtual |