Lines Matching refs:ExemptionMechanismException
19201 …method public final byte[] genExemptionBlob() throws javax.crypto.ExemptionMechanismException, jav…
19202 … public final int genExemptionBlob(byte[]) throws javax.crypto.ExemptionMechanismException, java.l…
19203 …ic final int genExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismException, java.l…
19210 … public final void init(java.security.Key) throws javax.crypto.ExemptionMechanismException, java.s…
19211 …java.security.spec.AlgorithmParameterSpec) throws javax.crypto.ExemptionMechanismException, java.s…
19212 …ty.Key, java.security.AlgorithmParameters) throws javax.crypto.ExemptionMechanismException, java.s…
19213 …c final boolean isCryptoAllowed(java.security.Key) throws javax.crypto.ExemptionMechanismException;
19216 public class ExemptionMechanismException extends java.security.GeneralSecurityException {
19217 ctor public ExemptionMechanismException();
19218 ctor public ExemptionMechanismException(String);
19223 …protected abstract byte[] engineGenExemptionBlob() throws javax.crypto.ExemptionMechanismException;
19224 …ct int engineGenExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismException, javax.…
19226 …bstract void engineInit(java.security.Key) throws javax.crypto.ExemptionMechanismException, java.s…
19227 …java.security.spec.AlgorithmParameterSpec) throws javax.crypto.ExemptionMechanismException, java.s…
19228 …ty.Key, java.security.AlgorithmParameters) throws javax.crypto.ExemptionMechanismException, java.s…