Bouncy Castle Cryptography Library 1.37 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Signature
org.bouncycastle.jce.provider.JDKDigestSignature
public class JDKDigestSignature
extends Signature
implements PKCSObjectIdentifiers, X509ObjectIdentifiers
Nested Class Summary | |
static class | |
static class | |
static class | |
static class | |
static class | |
static class | |
static class | |
static class | |
static class | |
static class | |
static class |
Fields inherited from interface org.bouncycastle.asn1.x509.X509ObjectIdentifiers | |
commonName , countryName , crlAccessMethod , id , id_SHA1 , id_ad , id_ad_caIssuers , id_ad_ocsp , id_ea_rsa , id_pe , id_pkix , localityName , ocspAccessMethod , organization , organizationalUnitName , ripemd160 , ripemd160WithRSAEncryption , stateOrProvinceName |
Constructor Summary | |
|
Method Summary | |
protected Object |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected byte[] | |
protected void |
|
protected void |
|
protected boolean |
|
protected JDKDigestSignature(String name, DERObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher)
protected Object engineGetParameter(String param)
Deprecated.
protected void engineInitSign(PrivateKey privateKey) throws InvalidKeyException
protected void engineInitVerify(PublicKey publicKey) throws InvalidKeyException
protected void engineSetParameter(AlgorithmParameterSpec params)
protected void engineSetParameter(String param, Object value)
protected byte[] engineSign() throws SignatureException
protected void engineUpdate(byte b) throws SignatureException
protected void engineUpdate(byte[] b, int off, int len) throws SignatureException
protected boolean engineVerify(byte[] sigBytes) throws SignatureException