java.security
Class SignatureSpi
java.lang.Object
java.security.SignatureSpi
- Direct Known Subclasses:
- Signature
public abstract class SignatureSpi
- extends Object
appRandom
protected SecureRandom appRandom
SignatureSpi
public SignatureSpi()
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
engineInitSign
protected abstract void engineInitSign(PrivateKey var0)
throws InvalidKeyException
- Throws:
InvalidKeyException
engineInitSign
protected void engineInitSign(PrivateKey var0,
SecureRandom var1)
throws InvalidKeyException
- Throws:
InvalidKeyException
engineInitVerify
protected abstract void engineInitVerify(PublicKey var0)
throws InvalidKeyException
- Throws:
InvalidKeyException
engineSetParameter
protected void engineSetParameter(AlgorithmParameterSpec var0)
throws InvalidAlgorithmParameterException
- Throws:
InvalidAlgorithmParameterException
engineSign
protected abstract byte[] engineSign()
throws SignatureException
- Throws:
SignatureException
engineSign
protected int engineSign(byte[] var0,
int var1,
int var2)
throws SignatureException
- Throws:
SignatureException
engineUpdate
protected abstract void engineUpdate(byte[] var0,
int var1,
int var2)
throws SignatureException
- Throws:
SignatureException
engineUpdate
protected abstract void engineUpdate(byte var0)
throws SignatureException
- Throws:
SignatureException
engineVerify
protected abstract boolean engineVerify(byte[] var0)
throws SignatureException
- Throws:
SignatureException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.