The methods of Java.Security.SignatureSpi are listed below. For a list of all members, see the SignatureSpi Members list.
See Also: Inherited members from Java.Lang.Object
Clone()Creates and returns a copy of this Object. |
abstract | EngineGetParameter(string)Returns the value of the parameter with the specified name. | |
EngineGetParameters()Returns the AlgorithmParameters of this Java.Security.SignatureSpi instance. | ||
abstract | EngineInitSign(IPrivateKey)Initializes this SignatureSpi instance for signing, using the private key of the identity whose signature is going to be generated. | |
EngineInitSign(IPrivateKey, SecureRandom)Initializes this SignatureSpi instance for signing, using the private key of the identity whose signature is going to be generated and the specified source of randomness. | ||
abstract | EngineInitVerify(IPublicKey)Initializes this SignatureSpi instance for signature verification, using the public key of the identity whose signature is going to be verified. | |
EngineSetParameter(Java.Security.Spec.IAlgorithmParameterSpec)Sets the specified AlgorithmParameterSpec. | ||
abstract | EngineSetParameter(string, Java.Lang.Object)Sets the specified parameter to the given value. | |
abstract | EngineSign()Generates and returns the signature of all updated data. | |
EngineSign(byte[], int, int)Generates and stores the signature of all updated data in the provided byte[] at the specified position with the specified length. | ||
EngineUpdate(Java.Nio.ByteBuffer)Updates the data to be verified or to be signed, using the specified ByteBuffer. | ||
abstract | EngineUpdate(sbyte)Updates the data to be verified or to be signed, using the specified byte. | |
abstract | EngineUpdate(byte[], int, int)Updates the data to be verified or to be signed, using the given byte[], starting form the specified index for the specified length. | |
abstract | EngineVerify(byte[])Indicates whether the given sigBytes can be verified using the public key or a certificate of the signer. | |
EngineVerify(byte[], int, int)Indicates whether the given sigBytes starting at index offset with length bytes can be verified using the public key or a certificate of the signer. |