| Bouncy Castle Cryptography Library 1.33 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Signatureorg.bouncycastle.jce.provider.JDKDSASignerNested Class Summary | |
static class | |
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, id, id_SHA1, id_ea_rsa, localityName, ocspAccessMethod, organization, organizationalUnitName, ripemd160, ripemd160WithRSAEncryption, stateOrProvinceName | |
Constructor Summary | |
| |
Method Summary | |
protected Object |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected byte[] | |
protected void |
|
protected void |
|
protected boolean |
|
protected Object engineGetParameter(String param)
Deprecated.
protected void engineInitSign(PrivateKey privateKey)
throws InvalidKeyExceptionprotected void engineInitSign(PrivateKey privateKey,
SecureRandom random)
throws InvalidKeyExceptionprotected void engineInitVerify(PublicKey publicKey)
throws InvalidKeyExceptionprotected void engineSetParameter(AlgorithmParameterSpec params)
protected void engineSetParameter(String param,
Object value)protected byte[] engineSign()
throws SignatureExceptionprotected void engineUpdate(byte b)
throws SignatureExceptionprotected void engineUpdate(byte[] b,
int off,
int len)
throws SignatureExceptionprotected boolean engineVerify(byte[] sigBytes)
throws SignatureException