|
Cryptix V3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.security.SignatureSpi
| Field Summary | |
protected SecureRandom |
appRandom
|
| Constructor Summary | |
SignatureSpi()
|
|
| Method Summary | |
Object |
clone()
|
protected abstract Object |
engineGetParameter(String)
|
protected abstract void |
engineInitSign(PrivateKey)
|
protected void |
engineInitSign(PrivateKey,
SecureRandom)
|
protected abstract void |
engineInitVerify(PublicKey)
|
protected void |
engineSetParameter(java.security.spec.AlgorithmParameterSpec)
|
protected abstract void |
engineSetParameter(String,
Object)
|
protected abstract byte[] |
engineSign()
|
protected int |
engineSign(byte[],
int,
int)
|
protected abstract void |
engineUpdate(byte)
|
protected abstract void |
engineUpdate(byte[],
int,
int)
|
protected abstract boolean |
engineVerify(byte[])
|
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected SecureRandom appRandom
| Constructor Detail |
public SignatureSpi()
| Method Detail |
public Object clone()
throws CloneNotSupportedException
protected abstract Object engineGetParameter(String)
throws InvalidParameterException
protected abstract void engineInitSign(PrivateKey)
throws InvalidKeyException
protected void engineInitSign(PrivateKey,
SecureRandom)
throws InvalidKeyException
protected abstract void engineInitVerify(PublicKey)
throws InvalidKeyException
protected abstract void engineSetParameter(String,
Object)
throws InvalidParameterException
protected void engineSetParameter(java.security.spec.AlgorithmParameterSpec)
throws InvalidAlgorithmParameterException
protected abstract byte[] engineSign()
throws SignatureException
protected int engineSign(byte[],
int,
int)
throws SignatureException
protected abstract void engineUpdate(byte)
throws SignatureException
protected abstract void engineUpdate(byte[],
int,
int)
throws SignatureException
protected abstract boolean engineVerify(byte[])
throws SignatureException
|
Cryptix V3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||