class com.oracle.security.ucrypto.NativeGCMCipher extends com.oracle.security.ucrypto.NativeCipher
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.oracle.security.ucrypto.NativeGCMCipher
super_class: com.oracle.security.ucrypto.NativeCipher
{
private static final int DEFAULT_TAG_LEN;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 128
private static final int MAX_BUF_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2147483647
private java.io.ByteArrayOutputStream aadBuffer;
descriptor: Ljava/io/ByteArrayOutputStream;
flags: (0x0002) ACC_PRIVATE
private java.io.ByteArrayOutputStream ibuffer;
descriptor: Ljava/io/ByteArrayOutputStream;
flags: (0x0002) ACC_PRIVATE
private int processed;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int tagLen;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean requireReinit;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private byte[] lastEncKey;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private byte[] lastEncIv;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private void checkAndUpdateProcessed(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: ldc 2147483647
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
isub
istore 2
start local 2 1: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.processed:I
iload 2
iload 1
isub
if_icmple 5
2: new java.security.ProviderException
dup
new java.lang.StringBuilder
dup
ldc "OracleUcrypto provider only supports input size up to "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
3: iload 2
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " bytes"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
4: invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals: int
StackMap stack:
aload 0
dup
getfield com.oracle.security.ucrypto.NativeGCMCipher.processed:I
iload 1
iadd
putfield com.oracle.security.ucrypto.NativeGCMCipher.processed:I
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 7 1 len I
1 7 2 inputDataLimit I
MethodParameters:
Name Flags
len
void <init>(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic com.oracle.security.ucrypto.UcryptoMech.CRYPTO_AES_GCM:Lcom/oracle/security/ucrypto/UcryptoMech;
iload 1
invokespecial com.oracle.security.ucrypto.NativeCipher.<init>:(Lcom/oracle/security/ucrypto/UcryptoMech;I)V
1: aload 0
sipush 128
putfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
2: aload 0
aconst_null
putfield com.oracle.security.ucrypto.NativeGCMCipher.lastEncKey:[B
3: aload 0
aconst_null
putfield com.oracle.security.ucrypto.NativeGCMCipher.lastEncIv:[B
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 5 1 fixedKeySize I
Exceptions:
throws java.security.NoSuchAlgorithmException
MethodParameters:
Name Flags
fixedKeySize
protected void ensureInitialized();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.initialized:Z
ifne 9
1: aconst_null
astore 1
start local 1 2: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
ifnull 5
3: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.size:()I
ifle 5
4: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
astore 1
5: StackMap locals: byte[]
StackMap stack:
aload 0
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.keyValue:[B
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.iv:[B
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
aload 1
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.init:(Z[B[BI[B)V
6: aload 0
aconst_null
putfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
7: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.initialized:Z
ifne 9
8: new com.oracle.security.ucrypto.UcryptoException
dup
ldc "Cannot initialize Cipher"
invokespecial com.oracle.security.ucrypto.UcryptoException.<init>:(Ljava/lang/String;)V
athrow
end local 1 9: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
2 9 1 aad [B
protected int getOutputSizeByOperation(int, boolean);
descriptor: (IZ)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 1
ifge 1
iconst_0
ireturn
1: StackMap locals:
StackMap stack:
iload 2
ifne 3
iload 1
ifne 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
iload 1
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.bytesBuffered:I
iadd
istore 3
start local 3 4: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
ifeq 8
5: iload 2
ifeq 11
6: iload 3
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
bipush 8
idiv
iadd
istore 3
7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
ifnull 10
9: iload 3
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.size:()I
iadd
istore 3
10: StackMap locals:
StackMap stack:
iload 3
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
bipush 8
idiv
isub
istore 3
11: StackMap locals:
StackMap stack:
iload 3
ifge 13
12: iconst_0
istore 3
13: StackMap locals:
StackMap stack:
iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 14 1 inLen I
0 14 2 isDoFinal Z
4 14 3 result I
MethodParameters:
Name Flags
inLen
isDoFinal
protected void reset(boolean);
descriptor: (Z)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial com.oracle.security.ucrypto.NativeCipher.reset:(Z)V
1: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
ifnonnull 4
2: aload 0
new java.io.ByteArrayOutputStream
dup
invokespecial java.io.ByteArrayOutputStream.<init>:()V
putfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.reset:()V
5: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
ifnull 7
6: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.reset:()V
7: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
ifne 8
aload 0
iconst_0
putfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
8: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield com.oracle.security.ucrypto.NativeGCMCipher.processed:I
9: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 10 1 doCancel Z
MethodParameters:
Name Flags
doCancel
protected void init(boolean, byte[], byte[], int, byte[]);
descriptor: (Z[B[BI[B)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iconst_1
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.reset:(Z)V
1: aload 0
iload 1
putfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
2: aload 0
aload 2
putfield com.oracle.security.ucrypto.NativeGCMCipher.keyValue:[B
3: aload 0
aload 3
putfield com.oracle.security.ucrypto.NativeGCMCipher.iv:[B
4: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.mech:Lcom/oracle/security/ucrypto/UcryptoMech;
invokevirtual com.oracle.security.ucrypto.UcryptoMech.value:()I
iload 1
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.keyValue:[B
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.iv:[B
5: iload 4
aload 5
6: invokestatic com.oracle.security.ucrypto.NativeCipher.nativeInit:(IZ[B[BI[B)J
lstore 6
start local 6 7: aload 0
lload 6
lconst_0
lcmp
ifeq 8
iconst_1
goto 9
StackMap locals: com.oracle.security.ucrypto.NativeGCMCipher int byte[] byte[] int byte[] long
StackMap stack: com.oracle.security.ucrypto.NativeGCMCipher
8: iconst_0
StackMap locals: com.oracle.security.ucrypto.NativeGCMCipher int byte[] byte[] int byte[] long
StackMap stack: com.oracle.security.ucrypto.NativeGCMCipher int
9: putfield com.oracle.security.ucrypto.NativeGCMCipher.initialized:Z
10: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.initialized:Z
ifeq 13
11: aload 0
new com.oracle.security.ucrypto.CipherContextRef
dup
aload 0
lload 6
iload 1
invokespecial com.oracle.security.ucrypto.CipherContextRef.<init>:(Lcom/oracle/security/ucrypto/NativeCipher;JZ)V
putfield com.oracle.security.ucrypto.NativeGCMCipher.pCtxt:Lcom/oracle/security/ucrypto/CipherContextRef;
12: goto 14
13: StackMap locals:
StackMap stack:
new com.oracle.security.ucrypto.UcryptoException
dup
ldc "Cannot initialize Cipher"
invokespecial com.oracle.security.ucrypto.UcryptoException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 15 1 encrypt Z
0 15 2 keyVal [B
0 15 3 ivVal [B
0 15 4 tLen I
0 15 5 aad [B
7 15 6 pCtxtVal J
MethodParameters:
Name Flags
encrypt
keyVal
ivVal
tLen
aad
protected synchronized java.security.AlgorithmParameters engineGetParameters();
descriptor: ()Ljava/security/AlgorithmParameters;
flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
Code:
stack=4, locals=3, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.iv:[B
ifnull 8
2: new javax.crypto.spec.GCMParameterSpec
dup
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.iv:[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
invokespecial javax.crypto.spec.GCMParameterSpec.<init>:(I[B)V
astore 2
start local 2 3: ldc "GCM"
invokestatic java.security.AlgorithmParameters.getInstance:(Ljava/lang/String;)Ljava/security/AlgorithmParameters;
astore 1
4: aload 1
aload 2
invokevirtual java.security.AlgorithmParameters.init:(Ljava/security/spec/AlgorithmParameterSpec;)V
end local 2 5: goto 8
StackMap locals: com.oracle.security.ucrypto.NativeGCMCipher java.security.AlgorithmParameters
StackMap stack: java.security.GeneralSecurityException
6: astore 2
start local 2 7: new com.oracle.security.ucrypto.UcryptoException
dup
ldc "Could not encode parameters"
aload 2
invokespecial com.oracle.security.ucrypto.UcryptoException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 8: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
1 9 1 params Ljava/security/AlgorithmParameters;
3 5 2 gcmSpec Ljavax/crypto/spec/GCMParameterSpec;
7 8 2 e Ljava/security/GeneralSecurityException;
Exception table:
from to target type
1 5 6 Class java.security.GeneralSecurityException
protected synchronized void engineInit(int, java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom);
descriptor: (ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
Code:
stack=6, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 2
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.checkKey:(Ljava/security/Key;)I
pop
1: iload 1
iconst_1
if_icmpeq 8
2: iload 1
iconst_2
if_icmpeq 8
3: iload 1
iconst_3
if_icmpeq 8
4: iload 1
iconst_4
if_icmpeq 8
5: new java.security.InvalidAlgorithmParameterException
dup
6: new java.lang.StringBuilder
dup
ldc "Unsupported mode: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
7: invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
new java.io.ByteArrayOutputStream
dup
invokespecial java.io.ByteArrayOutputStream.<init>:()V
putfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
9: iload 1
iconst_1
if_icmpeq 10
iload 1
iconst_3
if_icmpeq 10
iconst_0
goto 11
StackMap locals:
StackMap stack:
10: iconst_1
StackMap locals:
StackMap stack: int
11: istore 5
start local 5 12: aload 2
invokeinterface java.security.Key.getEncoded:()[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
astore 6
start local 6 13: aconst_null
astore 7
start local 7 14: aload 3
ifnull 22
15: aload 3
instanceof javax.crypto.spec.GCMParameterSpec
ifne 19
16: new java.security.InvalidAlgorithmParameterException
dup
new java.lang.StringBuilder
dup
ldc "GCMParameterSpec required. Received: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
17: aload 3
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
18: invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
19: StackMap locals: int byte[] byte[]
StackMap stack:
aload 0
aload 3
checkcast javax.crypto.spec.GCMParameterSpec
invokevirtual javax.crypto.spec.GCMParameterSpec.getTLen:()I
putfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
20: aload 3
checkcast javax.crypto.spec.GCMParameterSpec
invokevirtual javax.crypto.spec.GCMParameterSpec.getIV:()[B
astore 7
21: goto 30
22: StackMap locals:
StackMap stack:
iload 5
ifeq 29
23: aload 0
sipush 128
putfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
24: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.blockSize:I
newarray 8
astore 7
25: aload 4
ifnonnull 27
26: invokestatic sun.security.jca.JCAUtil.getSecureRandom:()Ljava/security/SecureRandom;
astore 4
27: StackMap locals:
StackMap stack:
aload 4
aload 7
invokevirtual java.security.SecureRandom.nextBytes:([B)V
28: goto 30
29: StackMap locals:
StackMap stack:
new java.security.InvalidAlgorithmParameterException
dup
ldc "Parameters required for decryption"
invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
30: StackMap locals:
StackMap stack:
iload 5
ifeq 43
31: aload 0
aload 7
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.lastEncIv:[B
invokestatic java.util.Arrays.equals:([B[B)Z
ifeq 33
32: aload 6
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.lastEncKey:[B
invokestatic java.security.MessageDigest.isEqual:([B[B)Z
ifeq 33
iconst_1
goto 34
StackMap locals:
StackMap stack: com.oracle.security.ucrypto.NativeGCMCipher
33: iconst_0
34: StackMap locals: com.oracle.security.ucrypto.NativeGCMCipher int java.security.Key java.security.spec.AlgorithmParameterSpec java.security.SecureRandom int byte[] byte[]
StackMap stack: com.oracle.security.ucrypto.NativeGCMCipher int
putfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
35: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
ifeq 39
36: new java.security.InvalidAlgorithmParameterException
dup
37: ldc "Cannot reuse iv for GCM encryption"
38: invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
39: StackMap locals:
StackMap stack:
aload 0
aload 7
putfield com.oracle.security.ucrypto.NativeGCMCipher.lastEncIv:[B
40: aload 0
aload 6
putfield com.oracle.security.ucrypto.NativeGCMCipher.lastEncKey:[B
41: aload 0
aconst_null
putfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
42: goto 45
43: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
44: aload 0
new java.io.ByteArrayOutputStream
dup
invokespecial java.io.ByteArrayOutputStream.<init>:()V
putfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
45: StackMap locals:
StackMap stack:
aload 0
iload 5
aload 6
aload 7
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
aconst_null
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.init:(Z[B[BI[B)V
46: goto 53
StackMap locals:
StackMap stack: com.oracle.security.ucrypto.UcryptoException
47: astore 8
start local 8 48: aload 8
invokevirtual com.oracle.security.ucrypto.UcryptoException.getError:()Lcom/oracle/security/ucrypto/UcryptoException$Error;
49: getstatic com.oracle.security.ucrypto.UcryptoException$Error.CRYPTO_MECHANISM_PARAM_INVALID:Lcom/oracle/security/ucrypto/UcryptoException$Error;
50: if_acmpne 52
51: new java.security.InvalidAlgorithmParameterException
dup
aload 8
invokevirtual com.oracle.security.ucrypto.UcryptoException.getMessage:()Ljava/lang/String;
invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
athrow
52: StackMap locals: com.oracle.security.ucrypto.UcryptoException
StackMap stack:
aload 8
athrow
end local 8 53: StackMap locals:
StackMap stack:
return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 54 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 54 1 opmode I
0 54 2 key Ljava/security/Key;
0 54 3 params Ljava/security/spec/AlgorithmParameterSpec;
0 54 4 random Ljava/security/SecureRandom;
12 54 5 doEncrypt Z
13 54 6 keyBytes [B
14 54 7 ivBytes [B
48 53 8 ex Lcom/oracle/security/ucrypto/UcryptoException;
Exception table:
from to target type
45 46 47 Class com.oracle.security.ucrypto.UcryptoException
Exceptions:
throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
MethodParameters:
Name Flags
opmode
key
params
random
protected synchronized void engineInit(int, java.security.Key, java.security.AlgorithmParameters, java.security.SecureRandom);
descriptor: (ILjava/security/Key;Ljava/security/AlgorithmParameters;Ljava/security/SecureRandom;)V
flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
Code:
stack=5, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aconst_null
astore 5
start local 5 1: aload 3
ifnull 6
2: aload 3
ldc Ljavax/crypto/spec/GCMParameterSpec;
invokevirtual java.security.AlgorithmParameters.getParameterSpec:(Ljava/lang/Class;)Ljava/security/spec/AlgorithmParameterSpec;
astore 5
3: goto 6
StackMap locals: com.oracle.security.ucrypto.NativeGCMCipher int java.security.Key java.security.AlgorithmParameters java.security.SecureRandom java.security.spec.AlgorithmParameterSpec
StackMap stack: java.security.spec.InvalidParameterSpecException
4: astore 6
start local 6 5: new java.security.InvalidAlgorithmParameterException
dup
aload 6
invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 6 6: StackMap locals:
StackMap stack:
aload 0
iload 1
aload 2
aload 5
aload 4
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.engineInit:(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
7: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 8 1 opmode I
0 8 2 key Ljava/security/Key;
0 8 3 params Ljava/security/AlgorithmParameters;
0 8 4 random Ljava/security/SecureRandom;
1 8 5 spec Ljava/security/spec/AlgorithmParameterSpec;
5 6 6 iaps Ljava/security/spec/InvalidParameterSpecException;
Exception table:
from to target type
2 3 4 Class java.security.spec.InvalidParameterSpecException
Exceptions:
throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
MethodParameters:
Name Flags
opmode
key
params
random
protected synchronized byte[] engineUpdate(byte[], int, int);
descriptor: ([BII)[B
flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
ifnull 4
1: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.size:()I
ifle 3
2: aload 0
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.keyValue:[B
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.iv:[B
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.init:(Z[B[BI[B)V
3: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
4: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
ifeq 8
5: new java.lang.IllegalStateException
dup
6: ldc "Must use either different key or iv for GCM encryption"
7: invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
iload 3
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.checkAndUpdateProcessed:(I)V
9: iload 3
ifle 14
10: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
ifne 13
11: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
aload 1
iload 2
iload 3
invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
12: aconst_null
areturn
13: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 2
iload 3
invokespecial com.oracle.security.ucrypto.NativeCipher.engineUpdate:([BII)[B
areturn
14: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 15 1 in [B
0 15 2 inOfs I
0 15 3 inLen I
MethodParameters:
Name Flags
in
inOfs
inLen
protected synchronized int engineUpdate(byte[], int, int, byte[], int);
descriptor: ([BII[BI)I
flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 3
iconst_0
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.getOutputSizeByOperation:(IZ)I
istore 6
start local 6 1: aload 4
arraylength
iload 5
isub
iload 6
if_icmpge 6
2: new javax.crypto.ShortBufferException
dup
new java.lang.StringBuilder
dup
ldc "Output buffer must be (at least) "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
3: iload 6
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " bytes long. Got: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
4: aload 4
arraylength
iload 5
isub
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
5: invokespecial javax.crypto.ShortBufferException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals: int
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
ifnull 10
7: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.size:()I
ifle 9
8: aload 0
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.keyValue:[B
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.iv:[B
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.init:(Z[B[BI[B)V
9: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
10: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
ifeq 14
11: new java.lang.IllegalStateException
dup
12: ldc "Must use either different key or iv for GCM encryption"
13: invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aload 0
iload 3
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.checkAndUpdateProcessed:(I)V
15: iload 3
ifle 20
16: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
ifne 19
17: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
aload 1
iload 2
iload 3
invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
18: iconst_0
ireturn
19: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 2
iload 3
aload 4
iload 5
invokespecial com.oracle.security.ucrypto.NativeCipher.engineUpdate:([BII[BI)I
ireturn
20: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 21 1 in [B
0 21 2 inOfs I
0 21 3 inLen I
0 21 4 out [B
0 21 5 outOfs I
1 21 6 len I
Exceptions:
throws javax.crypto.ShortBufferException
MethodParameters:
Name Flags
in
inOfs
inLen
out
outOfs
protected synchronized void engineUpdateAAD(byte[], int, int);
descriptor: ([BII)V
flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnull 1
iload 2
iflt 1
iload 2
iload 3
iadd
aload 1
arraylength
if_icmple 2
1: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Invalid AAD"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.keyValue:[B
ifnonnull 4
3: new java.lang.IllegalStateException
dup
ldc "Need to initialize Cipher first"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
ifeq 8
5: new java.lang.IllegalStateException
dup
6: ldc "Must use either different key or iv for GCM encryption"
7: invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
ifnull 11
9: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
aload 1
iload 2
iload 3
invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
10: goto 14
11: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
12: ldc "Update has been called; no more AAD data"
13: invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 15 1 src [B
0 15 2 srcOfs I
0 15 3 srcLen I
Exceptions:
throws java.lang.IllegalStateException
MethodParameters:
Name Flags
src
srcOfs
srcLen
protected void engineUpdateAAD(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Invalid AAD"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.keyValue:[B
ifnonnull 4
3: new java.lang.IllegalStateException
dup
ldc "Need to initialize Cipher first"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
ifeq 8
5: new java.lang.IllegalStateException
dup
6: ldc "Must use either different key or iv for GCM encryption"
7: invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
ifnull 14
9: aload 1
invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
ifeq 17
10: aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
newarray 8
astore 2
start local 2 11: aload 1
aload 2
invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
pop
12: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
aload 2
iconst_0
aload 2
arraylength
invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
end local 2 13: goto 17
14: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
15: ldc "Update has been called; no more AAD data"
16: invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
17: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 18 1 src Ljava/nio/ByteBuffer;
11 13 2 srcBytes [B
Exceptions:
throws java.lang.IllegalStateException
MethodParameters:
Name Flags
src
protected synchronized byte[] engineDoFinal(byte[], int, int);
descriptor: ([BII)[B
flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
Code:
stack=6, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 3
iconst_1
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.getOutputSizeByOperation:(IZ)I
newarray 8
astore 4
start local 4 1: aload 0
aload 1
iload 2
iload 3
aload 4
iconst_0
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.engineDoFinal:([BII[BI)I
istore 5
start local 5 2: aload 4
arraylength
iload 5
if_icmpeq 4
3: aload 4
iload 5
invokestatic java.util.Arrays.copyOf:([BI)[B
astore 4
4: StackMap locals: byte[] int
StackMap stack:
aload 4
5: areturn
end local 5 6: StackMap locals: com.oracle.security.ucrypto.NativeGCMCipher byte[] int int byte[]
StackMap stack: javax.crypto.ShortBufferException
astore 5
start local 5 7: new com.oracle.security.ucrypto.UcryptoException
dup
ldc "Internal Error"
aload 5
invokespecial com.oracle.security.ucrypto.UcryptoException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 8 1 in [B
0 8 2 inOfs I
0 8 3 inLen I
1 8 4 out [B
2 6 5 k I
7 8 5 e Ljavax/crypto/ShortBufferException;
Exception table:
from to target type
1 5 6 Class javax.crypto.ShortBufferException
Exceptions:
throws javax.crypto.IllegalBlockSizeException, javax.crypto.BadPaddingException
MethodParameters:
Name Flags
in
inOfs
inLen
protected synchronized int engineDoFinal(byte[], int, int, byte[], int);
descriptor: ([BII[BI)I
flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
Code:
stack=6, locals=10, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 3
iconst_1
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.getOutputSizeByOperation:(IZ)I
istore 6
start local 6 1: aload 4
arraylength
iload 5
isub
iload 6
if_icmpge 6
2: new javax.crypto.ShortBufferException
dup
new java.lang.StringBuilder
dup
ldc "Output buffer must be (at least) "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
3: iload 6
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " bytes long. Got: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
4: aload 4
arraylength
iload 5
isub
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
5: invokespecial javax.crypto.ShortBufferException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals: int
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
ifnull 10
7: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.size:()I
ifle 9
8: aload 0
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.keyValue:[B
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.iv:[B
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.init:(Z[B[BI[B)V
9: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.oracle.security.ucrypto.NativeGCMCipher.aadBuffer:Ljava/io/ByteArrayOutputStream;
10: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
ifeq 14
11: new java.lang.IllegalStateException
dup
12: ldc "Must use either different key or iv for GCM encryption"
13: invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
14: StackMap locals:
StackMap stack:
aload 0
iload 3
invokevirtual com.oracle.security.ucrypto.NativeGCMCipher.checkAndUpdateProcessed:(I)V
15: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
ifne 26
16: iload 3
ifle 18
17: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
aload 1
iload 2
iload 3
invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
18: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.size:()I
istore 3
19: iload 3
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
bipush 8
idiv
if_icmpge 23
20: new javax.crypto.AEADBadTagException
dup
new java.lang.StringBuilder
dup
ldc "Input too short - need tag. inLen: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
21: iload 3
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ". tagLen: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.tagLen:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
22: invokespecial javax.crypto.AEADBadTagException.<init>:(Ljava/lang/String;)V
athrow
23: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
astore 1
24: iconst_0
istore 2
25: aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.ibuffer:Ljava/io/ByteArrayOutputStream;
invokevirtual java.io.ByteArrayOutputStream.reset:()V
26: StackMap locals:
StackMap stack:
aload 0
aload 1
iload 2
iload 3
aload 4
iload 5
invokespecial com.oracle.security.ucrypto.NativeCipher.engineDoFinal:([BII[BI)I
istore 9
27: aload 0
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
putfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
28: iload 9
ireturn
29: StackMap locals:
StackMap stack: com.oracle.security.ucrypto.UcryptoException
astore 7
start local 7 30: aload 7
invokevirtual com.oracle.security.ucrypto.UcryptoException.getMessage:()Ljava/lang/String;
ldc "CRYPTO_INVALID_MAC"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 32
31: new javax.crypto.AEADBadTagException
dup
ldc "Tag does not match"
invokespecial javax.crypto.AEADBadTagException.<init>:(Ljava/lang/String;)V
athrow
32: StackMap locals: com.oracle.security.ucrypto.UcryptoException
StackMap stack:
aload 7
athrow
end local 7 33: StackMap locals: com.oracle.security.ucrypto.NativeGCMCipher byte[] int int byte[] int int
StackMap stack: java.lang.Throwable
astore 8
34: aload 0
aload 0
getfield com.oracle.security.ucrypto.NativeGCMCipher.encrypt:Z
putfield com.oracle.security.ucrypto.NativeGCMCipher.requireReinit:Z
35: aload 8
athrow
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Lcom/oracle/security/ucrypto/NativeGCMCipher;
0 36 1 in [B
0 36 2 inOfs I
0 36 3 inLen I
0 36 4 out [B
0 36 5 outOfs I
1 36 6 len I
30 33 7 ue Lcom/oracle/security/ucrypto/UcryptoException;
Exception table:
from to target type
26 27 29 Class com.oracle.security.ucrypto.UcryptoException
26 27 33 any
29 33 33 any
Exceptions:
throws javax.crypto.ShortBufferException, javax.crypto.IllegalBlockSizeException, javax.crypto.BadPaddingException
MethodParameters:
Name Flags
in
inOfs
inLen
out
outOfs
}
SourceFile: "NativeGCMCipher.java"
NestMembers:
com.oracle.security.ucrypto.NativeGCMCipher$AesGcmNoPadding
InnerClasses:
public final AesGcmNoPadding = com.oracle.security.ucrypto.NativeGCMCipher$AesGcmNoPadding of com.oracle.security.ucrypto.NativeGCMCipher
public final Error = com.oracle.security.ucrypto.UcryptoException$Error of com.oracle.security.ucrypto.UcryptoException