Lines Matching refs:ExemptionMechanismException
19021 …method public final byte[] genExemptionBlob() throws javax.crypto.ExemptionMechanismException, jav…
19022 … public final int genExemptionBlob(byte[]) throws javax.crypto.ExemptionMechanismException, java.l…
19023 …ic final int genExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismException, java.l…
19030 … public final void init(java.security.Key) throws javax.crypto.ExemptionMechanismException, java.s…
19031 …java.security.spec.AlgorithmParameterSpec) throws javax.crypto.ExemptionMechanismException, java.s…
19032 …ty.Key, java.security.AlgorithmParameters) throws javax.crypto.ExemptionMechanismException, java.s…
19033 …c final boolean isCryptoAllowed(java.security.Key) throws javax.crypto.ExemptionMechanismException;
19036 public class ExemptionMechanismException extends java.security.GeneralSecurityException {
19037 ctor public ExemptionMechanismException();
19038 ctor public ExemptionMechanismException(String);
19043 …protected abstract byte[] engineGenExemptionBlob() throws javax.crypto.ExemptionMechanismException;
19044 …ct int engineGenExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismException, javax.…
19046 …bstract void engineInit(java.security.Key) throws javax.crypto.ExemptionMechanismException, java.s…
19047 …java.security.spec.AlgorithmParameterSpec) throws javax.crypto.ExemptionMechanismException, java.s…
19048 …ty.Key, java.security.AlgorithmParameters) throws javax.crypto.ExemptionMechanismException, java.s…