Package | Description |
---|---|
old.org.bouncycastle.crypto | |
old.org.bouncycastle.crypto.io | |
old.org.bouncycastle.crypto.signers | |
old.org.bouncycastle.operator.bc |
Modifier and Type | Interface and Description |
---|---|
interface |
SignerWithRecovery
Signer with message recovery.
|
Modifier and Type | Field and Description |
---|---|
protected Signer |
SignerOutputStream.signer |
protected Signer |
SignerInputStream.signer |
Modifier and Type | Method and Description |
---|---|
Signer |
SignerOutputStream.getSigner() |
Signer |
SignerInputStream.getSigner() |
Constructor and Description |
---|
SignerInputStream(InputStream stream,
Signer signer) |
SignerOutputStream(OutputStream stream,
Signer signer) |
Modifier and Type | Class and Description |
---|---|
class |
DSADigestSigner |
class |
GenericSigner |
class |
ISO9796d2PSSSigner
ISO9796-2 - mechanism using a hash function with recovery (scheme 2 and 3).
|
class |
ISO9796d2Signer
ISO9796-2 - mechanism using a hash function with recovery (scheme 1)
|
class |
PSSSigner
RSA-PSS as described in PKCS# 1 v 2.1.
|
class |
RSADigestSigner |
Modifier and Type | Method and Description |
---|---|
protected Signer |
BcRSAContentVerifierProviderBuilder.createSigner(AlgorithmIdentifier sigAlgId) |
protected abstract Signer |
BcContentVerifierProviderBuilder.createSigner(AlgorithmIdentifier sigAlgId)
Create the correct signer for the algorithm identifier sigAlgId.
|
protected Signer |
BcRSAContentSignerBuilder.createSigner(AlgorithmIdentifier sigAlgId,
AlgorithmIdentifier digAlgId) |
protected abstract Signer |
BcContentSignerBuilder.createSigner(AlgorithmIdentifier sigAlgId,
AlgorithmIdentifier algorithmIdentifier) |
Copyright © 2015. All rights reserved.