java.security
Class SignatureSpi
java.lang.Object
|
+--java.security.SignatureSpi
- Direct Known Subclasses:
- Signature
- public abstract synchronized class SignatureSpi
- extends Object
appRandom
protected SecureRandom appRandom
SignatureSpi
public SignatureSpi()
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
- clone in class Object
engineGetParameter
protected abstract Object engineGetParameter(String)
throws InvalidParameterException
engineInitSign
protected abstract void engineInitSign(PrivateKey)
throws InvalidKeyException
engineInitSign
protected void engineInitSign(PrivateKey,
SecureRandom)
throws InvalidKeyException
engineInitVerify
protected abstract void engineInitVerify(PublicKey)
throws InvalidKeyException
engineSetParameter
protected abstract void engineSetParameter(String,
Object)
throws InvalidParameterException
engineSetParameter
protected void engineSetParameter(java.security.spec.AlgorithmParameterSpec)
throws InvalidAlgorithmParameterException
engineSign
protected abstract byte[] engineSign()
throws SignatureException
engineSign
protected int engineSign(byte[],
int,
int)
throws SignatureException
engineUpdate
protected abstract void engineUpdate(byte)
throws SignatureException
engineUpdate
protected abstract void engineUpdate(byte[],
int,
int)
throws SignatureException
engineVerify
protected abstract boolean engineVerify(byte[])
throws SignatureException
Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.