Modifier and Type | Class and Description |
---|---|
public static class | |
public static class | |
public static class | |
public static class | |
public static class | |
public static class | |
public static class | |
public static class | |
public static class | |
public static class | |
public static class | |
public static class | |
public static class |
Modifier and Type | Field and Description |
---|---|
private static final int | |
private final ObjectIdentifier | |
private boolean | |
private final int | |
private final MessageDigest | |
private RSAPadding | |
private RSAPrivateKey | |
private RSAPublicKey |
Access | Constructor and Description |
---|---|
pack-priv | RSASignature(String algorithm, ObjectIdentifier digestOID, int oidLength)
Construct a new RSASignature. |
Modifier and Type | Method and Description |
---|---|
protected Object | engineGetParameter(String
the string name of the parameter. param)Implements abstract java.
Deprecated
Gets the value of the specified algorithm parameter.
|
protected AlgorithmParameters | engineGetParameters()
Overrides java. Signature object.
|
protected void | engineInitSign(PrivateKey
the private key of the identity whose signature
will be generated. privateKey)Implements abstract java. Signature object with the specified
private key for signing operations.
|
protected void | engineInitSign(PrivateKey
the private key of the identity whose signature
will be generated. privateKey, SecureRandom the source of randomness random)Overrides java. Signature object with the specified
private key and source of randomness for signing operations.
|
protected void | engineInitVerify(PublicKey
the public key of the identity whose signature is
going to be verified. publicKey)Implements abstract java. Signature object with the specified
public key for verification operations.
|
protected void | engineSetParameter(String
the string identifier of the parameter. param, Object the parameter value. value)Implements abstract java.
Deprecated
Sets the specified algorithm parameter to the specified
value.
|
protected void | engineSetParameter(AlgorithmParameterSpec
the parameters params)Overrides java. Signature object with the specified parameter
values.
|
protected byte[] | engineSign()
Implements abstract java. |
protected void | engineUpdate(byte
the byte to use for the update. b)Implements abstract java. |
protected void | engineUpdate(byte[]
the array of bytes b, int the offset to start from in the array of bytes off, int the number of bytes to use, starting at offset len)Implements abstract java. |
protected void | engineUpdate(ByteBuffer
the ByteBuffer b)Overrides java. |
protected boolean | engineVerify(byte[]
the signature bytes to be verified. sigBytes)Implements abstract java. |
private byte[] | |
private void | |
private void |
baseLength | back to summary |
---|---|
private static final int baseLength |
digestOID | back to summary |
---|---|
private final ObjectIdentifier digestOID |
digestReset | back to summary |
---|---|
private boolean digestReset |
encodedLength | back to summary |
---|---|
private final int encodedLength |
md | back to summary |
---|---|
private final MessageDigest md |
padding | back to summary |
---|---|
private RSAPadding padding |
privateKey | back to summary |
---|---|
private RSAPrivateKey privateKey |
publicKey | back to summary |
---|---|
private RSAPublicKey publicKey |
RSASignature | back to summary |
---|---|
pack-priv RSASignature(String algorithm, ObjectIdentifier digestOID, int oidLength) Construct a new RSASignature. Used by subclasses. |
engineGetParameter | back to summary |
---|---|
protected Object engineGetParameter(String param) throws InvalidParameterException Implements abstract java. Doc from java. Deprecated
Gets the value of the specified algorithm parameter. This method supplies a general-purpose mechanism through which it is possible to get the various parameters of this object. A parameter may be any settable parameter for the algorithm, such as a parameter size, or a source of random bits for signature generation (if appropriate), or an indication of whether to perform a specific but optional computation. A uniform algorithm-specific naming scheme for each parameter is desirable but left unspecified at this time.
|
engineGetParameters | back to summary |
---|---|
protected AlgorithmParameters engineGetParameters() Overrides java. Doc from java. Returns the parameters used with this The returned parameters may be the same that were used to initialize
this However, if the signature scheme does not support returning
the parameters as
|
engineInitSign | back to summary |
---|---|
protected void engineInitSign(PrivateKey privateKey) throws InvalidKeyException Implements abstract java. Doc from java. Initializes this
|
engineInitSign | back to summary |
---|---|
protected void engineInitSign(PrivateKey privateKey, SecureRandom random) throws InvalidKeyException Overrides java. Doc from java. Initializes this This concrete method has been added to this previously-defined abstract class. (For backwards compatibility, it cannot be abstract.)
|
engineInitVerify | back to summary |
---|---|
protected void engineInitVerify(PublicKey publicKey) throws InvalidKeyException Implements abstract java. Doc from java. Initializes this
|
engineSetParameter | back to summary |
---|---|
protected void engineSetParameter(String param, Object value) throws InvalidParameterException Implements abstract java. Doc from java. Deprecated
Sets the specified algorithm parameter to the specified value. This method supplies a general-purpose mechanism through which it is possible to set the various parameters of this object. A parameter may be any settable parameter for the algorithm, such as a parameter size, or a source of random bits for signature generation (if appropriate), or an indication of whether to perform a specific but optional computation. A uniform algorithm-specific naming scheme for each parameter is desirable but left unspecified at this time.
|
engineSetParameter | back to summary |
---|---|
protected void engineSetParameter(AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException Overrides java. Doc from java. Initializes this
|
engineSign | back to summary |
---|---|
protected byte[] engineSign() throws SignatureException Implements abstract java. Doc from java. Returns the signature bytes of all the data updated so far. The format of the signature depends on the underlying signature scheme.
|
engineUpdate | back to summary |
---|---|
protected void engineUpdate(byte b) throws SignatureException Implements abstract java. Doc from java. Updates the data to be signed or verified using the specified byte.
|
engineUpdate | back to summary |
---|---|
protected void engineUpdate(byte[] b, int off, int len) throws SignatureException Implements abstract java. Doc from java. Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
|
engineUpdate | back to summary |
---|---|
protected void engineUpdate(ByteBuffer b) Overrides java. Doc from java. Updates the data to be signed or verified using the specified
ByteBuffer. Processes the
|
engineVerify | back to summary |
---|---|
protected boolean engineVerify(byte[] sigBytes) throws SignatureException Implements abstract java. Doc from java. Verifies the passed-in signature.
|
getDigestValue | back to summary |
---|---|
private byte[] getDigestValue() Return the message digest value. |
initCommon | back to summary |
---|---|
private void initCommon(RSAKey rsaKey, SecureRandom random) throws InvalidKeyException Init code common to sign and verify. |
resetDigest | back to summary |
---|---|
private void resetDigest() Reset the message digest if it is not already reset. |
Access | Constructor and Description |
---|---|
public |
MD2withRSA | back to summary |
---|---|
public MD2withRSA() |
Access | Constructor and Description |
---|---|
public |
MD5withRSA | back to summary |
---|---|
public MD5withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA1withRSA | back to summary |
---|---|
public SHA1withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA224withRSA | back to summary |
---|---|
public SHA224withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA256withRSA | back to summary |
---|---|
public SHA256withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA384withRSA | back to summary |
---|---|
public SHA384withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA3_224withRSA | back to summary |
---|---|
public SHA3_224withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA3_256withRSA | back to summary |
---|---|
public SHA3_256withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA3_384withRSA | back to summary |
---|---|
public SHA3_384withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA3_512withRSA | back to summary |
---|---|
public SHA3_512withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA512_224withRSA | back to summary |
---|---|
public SHA512_224withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA512_256withRSA | back to summary |
---|---|
public SHA512_256withRSA() |
Access | Constructor and Description |
---|---|
public |
SHA512withRSA | back to summary |
---|---|
public SHA512withRSA() |