Class X931SignatureSpi
java.lang.Object
java.security.SignatureSpi
org.bouncycastle.jcajce.provider.asymmetric.rsa.X931SignatureSpi
- Direct Known Subclasses:
X931SignatureSpi.RIPEMD128WithRSAEncryption
,X931SignatureSpi.RIPEMD160WithRSAEncryption
,X931SignatureSpi.SHA1WithRSAEncryption
,X931SignatureSpi.SHA224WithRSAEncryption
,X931SignatureSpi.SHA256WithRSAEncryption
,X931SignatureSpi.SHA384WithRSAEncryption
,X931SignatureSpi.SHA512_224WithRSAEncryption
,X931SignatureSpi.SHA512_256WithRSAEncryption
,X931SignatureSpi.SHA512WithRSAEncryption
,X931SignatureSpi.WhirlpoolWithRSAEncryption
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
Fields inherited from class java.security.SignatureSpi
appRandom
-
Constructor Summary
ModifierConstructorDescriptionprotected
X931SignatureSpi
(Digest digest, AsymmetricBlockCipher cipher) -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
engineGetParameter
(String param) Deprecated.protected void
engineInitSign
(PrivateKey privateKey) protected void
engineInitVerify
(PublicKey publicKey) protected void
engineSetParameter
(String param, Object value) Deprecated.replaced with engineSetParameter(java.security.spec.AlgorithmParameterSpec)protected void
protected byte[]
protected void
engineUpdate
(byte b) protected void
engineUpdate
(byte[] b, int off, int len) protected boolean
engineVerify
(byte[] sigBytes) Methods inherited from class java.security.SignatureSpi
clone, engineGetParameters, engineInitSign, engineSign, engineUpdate, engineVerify
-
Constructor Details
-
X931SignatureSpi
-
-
Method Details
-
engineInitVerify
- Specified by:
engineInitVerify
in classSignatureSpi
- Throws:
InvalidKeyException
-
engineInitSign
- Specified by:
engineInitSign
in classSignatureSpi
- Throws:
InvalidKeyException
-
engineUpdate
- Specified by:
engineUpdate
in classSignatureSpi
- Throws:
SignatureException
-
engineUpdate
- Specified by:
engineUpdate
in classSignatureSpi
- Throws:
SignatureException
-
engineSign
- Specified by:
engineSign
in classSignatureSpi
- Throws:
SignatureException
-
engineVerify
- Specified by:
engineVerify
in classSignatureSpi
- Throws:
SignatureException
-
engineSetParameter
- Overrides:
engineSetParameter
in classSignatureSpi
-
engineSetParameter
Deprecated.- Specified by:
engineSetParameter
in classSignatureSpi
-
engineGetParameter
Deprecated.- Specified by:
engineGetParameter
in classSignatureSpi
-