public abstract class javax.crypto.ExemptionMechanismSpi
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: javax.crypto.ExemptionMechanismSpi
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/crypto/ExemptionMechanismSpi;
protected abstract int engineGetOutputSize(int);
descriptor: (I)I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
inputLen
protected abstract void engineInit(java.security.Key);
descriptor: (Ljava/security/Key;)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws java.security.InvalidKeyException, javax.crypto.ExemptionMechanismException
MethodParameters:
Name Flags
key
protected abstract void engineInit(java.security.Key, java.security.spec.AlgorithmParameterSpec);
descriptor: (Ljava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException, javax.crypto.ExemptionMechanismException
MethodParameters:
Name Flags
key
params
protected abstract void engineInit(java.security.Key, java.security.AlgorithmParameters);
descriptor: (Ljava/security/Key;Ljava/security/AlgorithmParameters;)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException, javax.crypto.ExemptionMechanismException
MethodParameters:
Name Flags
key
params
protected abstract byte[] engineGenExemptionBlob();
descriptor: ()[B
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws javax.crypto.ExemptionMechanismException
protected abstract int engineGenExemptionBlob(byte[], int);
descriptor: ([BI)I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws javax.crypto.ShortBufferException, javax.crypto.ExemptionMechanismException
MethodParameters:
Name Flags
output
outputOffset
}
SourceFile: "ExemptionMechanismSpi.java"