java.lang.Object java.security.SignatureSpi
protected SecureRandom appRandom
public Object clone() throws CloneNotSupportedException
Cloneable
@Deprecated protected abstract Object engineGetParameter(String param) throws InvalidParameterException
protected AlgorithmParameters engineGetParameters()
protected abstract void engineInitSign(PrivateKey privateKey) throws InvalidKeyException
protected void engineInitSign(PrivateKey privateKey, SecureRandom random) throws InvalidKeyException
protected abstract void engineInitVerify(PublicKey publicKey) throws InvalidKeyException
@Deprecated protected abstract void engineSetParameter(String param, Object value) throws InvalidParameterException
engineSetParameter
protected void engineSetParameter(AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException
protected abstract byte[] engineSign() throws SignatureException
protected int engineSign(byte[] outbuf, int offset, int len) throws SignatureException
protected abstract void engineUpdate(byte b) throws SignatureException
protected abstract void engineUpdate(byte[] b, int off, int len) throws SignatureException
protected void engineUpdate(ByteBuffer input)
protected abstract boolean engineVerify(byte[] sigBytes) throws SignatureException
protected boolean engineVerify(byte[] sigBytes, int offset, int length) throws SignatureException
public SignatureSpi()