java.lang.Object | ||
java.security.SignatureSpi |
protected | SecureRandom | appRandom |
SignatureSpi() |
Object | clone() | |||||
Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver. |
abstract | Object | engineGetParameter(String param) | ||||
This method is deprecated. There is no generally accepted parameter naming convention. | ||||||
AlgorithmParameters | engineGetParameters() | |||||
abstract | void | engineInitSign(PrivateKey privateKey) | ||||
void | engineInitSign(PrivateKey privateKey, SecureRandom random) | |||||
abstract | void | engineInitVerify(PublicKey publicKey) | ||||
void | engineSetParameter(AlgorithmParameterSpec params) | |||||
abstract | void | engineSetParameter(String param, Object value) | ||||
This method is deprecated. Use engineSetParameter | ||||||
abstract | byte[] | engineSign() | ||||
int | engineSign(byte[] outbuf, int offset, int len) | |||||
abstract | void | engineUpdate(byte b) | ||||
void | engineUpdate(ByteBuffer input) | |||||
abstract | void | engineUpdate(byte[] b, int off, int len) | ||||
abstract | boolean | engineVerify(byte[] sigBytes) | ||||
boolean | engineVerify(byte[] sigBytes, int offset, int length) |
Classes which wish to support cloning must specify that they implement the Cloneable interface, since the implementation checks for this.
CloneNotSupportedException |
---|
This method is deprecated. There is no generally accepted parameter naming convention.
@com.intel.drl.spec_refInvalidParameterException |
---|
InvalidKeyException |
---|
InvalidKeyException |
---|
InvalidKeyException |
---|
This method is deprecated. Use engineSetParameter
@com.intel.drl.spec_refInvalidParameterException |
---|
SignatureException |
---|
SignatureException |
---|
SignatureException |
---|
SignatureException |
---|
SignatureException |
---|
SignatureException |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |