Modifier and Type | Field and Description |
---|---|
protected SecureRandom |
appRandom |
Constructor and Description |
---|
SignatureSpi() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
protected abstract void |
engineInitSign(PrivateKey var0) |
protected void |
engineInitSign(PrivateKey var0,
SecureRandom var1) |
protected abstract void |
engineInitVerify(PublicKey var0) |
protected void |
engineSetParameter(AlgorithmParameterSpec var0) |
protected abstract byte[] |
engineSign() |
protected int |
engineSign(byte[] var0,
int var1,
int var2) |
protected abstract void |
engineUpdate(byte var0) |
protected abstract void |
engineUpdate(byte[] var0,
int var1,
int var2) |
protected abstract boolean |
engineVerify(byte[] var0) |
protected SecureRandom appRandom
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
protected abstract void engineInitSign(PrivateKey var0) throws InvalidKeyException
InvalidKeyException
protected void engineInitSign(PrivateKey var0, SecureRandom var1) throws InvalidKeyException
InvalidKeyException
protected abstract void engineInitVerify(PublicKey var0) throws InvalidKeyException
InvalidKeyException
protected void engineSetParameter(AlgorithmParameterSpec var0) throws InvalidAlgorithmParameterException
protected abstract byte[] engineSign() throws SignatureException
SignatureException
protected int engineSign(byte[] var0, int var1, int var2) throws SignatureException
SignatureException
protected abstract void engineUpdate(byte[] var0, int var1, int var2) throws SignatureException
SignatureException
protected abstract void engineUpdate(byte var0) throws SignatureException
SignatureException
protected abstract boolean engineVerify(byte[] var0) throws SignatureException
SignatureException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.