org.bouncycastle.jce.provider
public class JDKDigestSignature extends Signature implements PKCSObjectIdentifiers, X509ObjectIdentifiers
Nested Class Summary | |
---|---|
static class | JDKDigestSignature.MD2WithRSAEncryption |
static class | JDKDigestSignature.MD4WithRSAEncryption |
static class | JDKDigestSignature.MD5WithRSAEncryption |
static class | JDKDigestSignature.RIPEMD128WithRSAEncryption |
static class | JDKDigestSignature.RIPEMD160WithRSAEncryption |
static class | JDKDigestSignature.RIPEMD256WithRSAEncryption |
static class | JDKDigestSignature.SHA1WithRSAEncryption |
static class | JDKDigestSignature.SHA224WithRSAEncryption |
static class | JDKDigestSignature.SHA256WithRSAEncryption |
static class | JDKDigestSignature.SHA384WithRSAEncryption |
static class | JDKDigestSignature.SHA512WithRSAEncryption |
Constructor Summary | |
---|---|
protected | JDKDigestSignature(String name, DERObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher) |
Method Summary | |
---|---|
protected Object | engineGetParameter(String param) |
protected void | engineInitSign(PrivateKey privateKey) |
protected void | engineInitVerify(PublicKey publicKey) |
protected void | engineSetParameter(AlgorithmParameterSpec params) |
protected void | engineSetParameter(String param, Object value) |
protected byte[] | engineSign() |
protected void | engineUpdate(byte b) |
protected void | engineUpdate(byte[] b, int off, int len) |
protected boolean | engineVerify(byte[] sigBytes) |
Deprecated: