javax.crypto
Class ExemptionMechanismSpi
java.lang.Object
javax.crypto.ExemptionMechanismSpi
public abstract class ExemptionMechanismSpi
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExemptionMechanismSpi
public ExemptionMechanismSpi()
engineGenExemptionBlob
protected abstract byte[] engineGenExemptionBlob()
throws ExemptionMechanismException
- Throws:
ExemptionMechanismException
engineGenExemptionBlob
protected abstract int engineGenExemptionBlob(byte[] output,
int outputOffset)
throws ShortBufferException,
ExemptionMechanismException
- Throws:
ShortBufferException
ExemptionMechanismException
engineGetOutputSize
protected abstract int engineGetOutputSize(int inputLen)
engineInit
protected abstract void engineInit(Key key)
throws InvalidKeyException,
ExemptionMechanismException
- Throws:
InvalidKeyException
ExemptionMechanismException
engineInit
protected abstract void engineInit(Key key,
AlgorithmParameters params)
throws InvalidKeyException,
InvalidAlgorithmParameterException,
ExemptionMechanismException
- Throws:
InvalidKeyException
InvalidAlgorithmParameterException
ExemptionMechanismException
engineInit
protected abstract void engineInit(Key key,
AlgorithmParameterSpec params)
throws InvalidKeyException,
InvalidAlgorithmParameterException,
ExemptionMechanismException
- Throws:
InvalidKeyException
InvalidAlgorithmParameterException
ExemptionMechanismException
Please submit a feedback, bug or feature