java.lang.Object | ||
javax.crypto.ExemptionMechanism |
ExemptionMechanism(ExemptionMechanismSpi exmechSpi, Provider provider, String mechanism) |
final | int | genExemptionBlob(byte[] output, int outputOffset) | ||||
final | int | genExemptionBlob(byte[] output) | ||||
final | byte[] | genExemptionBlob() | ||||
final | static | ExemptionMechanism | getInstance(String algorithm, String provider) | |||
final | static | ExemptionMechanism | getInstance(String algorithm) | |||
final | static | ExemptionMechanism | getInstance(String algorithm, Provider provider) | |||
final | String | getName() | ||||
final | int | getOutputSize(int inputLen) | ||||
final | Provider | getProvider() | ||||
final | void | init(Key key, AlgorithmParameterSpec param) | ||||
final | void | init(Key key) | ||||
final | void | init(Key key, AlgorithmParameters param) | ||||
final | boolean | isCryptoAllowed(Key key) |
void | finalize() | |||||
Called by the virtual machine when there are no longer any (non-weak) references to the receiver. |
NoSuchAlgorithmException |
---|
NoSuchAlgorithmException |
---|
IllegalStateException |
---|
ExemptionMechanismException |
---|
Note: The virtual machine assumes that the implementation in class Object is empty.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |