Statistics
 ChangedAddedRemovedUnchangedTotal
Contexts1004546
StatusChanged
Class Summary
Cipher
Field Detail
DECRYPT_MODE
ENCRYPT_MODE
PRIVATE_KEY
PUBLIC_KEY
SECRET_KEY
UNWRAP_MODE
WRAP_MODE
Constructor Detail
<init>(javax.crypto.CipherSpi,java.security.Provider,java.lang.String)
Method Detail
doFinal()
doFinal(byte[])
doFinal(byte[],int)
doFinal(byte[],int,int)
doFinal(byte[],int,int,byte[])
doFinal(byte[],int,int,byte[],int)
doFinal(java.nio.ByteBuffer,java.nio.ByteBuffer)
getAlgorithm()
getBlockSize()
getExemptionMechanism()
getIV()
getInstance(java.lang.String)
getInstance(java.lang.String,java.lang.String)
getInstance(java.lang.String,java.security.Provider)
getMaxAllowedKeyLength(java.lang.String)
getMaxAllowedParameterSpec(java.lang.String)
getOutputSize(int)
getParameters()
getProvider()
init(int,java.security.Key)
init(int,java.security.Key,java.security.AlgorithmParameters)
init(int,java.security.Key,java.security.AlgorithmParameters,java.security.SecureRandom)
init(int,java.security.Key,java.security.SecureRandom)
init(int,java.security.Key,java.security.spec.AlgorithmParameterSpec)
init(int,java.security.Key,java.security.spec.AlgorithmParameterSpec,java.security.SecureRandom)
init(int,java.security.cert.Certificate)
init(int,java.security.cert.Certificate,java.security.SecureRandom)
unwrap(byte[],java.lang.String,int)
update(byte[])
update(byte[],int,int)
update(byte[],int,int,byte[])
update(byte[],int,int,byte[],int)
update(java.nio.ByteBuffer,java.nio.ByteBuffer)
updateAAD(byte[])
updateAAD(byte[],int,int)
updateAAD(java.nio.ByteBuffer)
wrap(java.security.Key)

© 2018 Oracle Corporation and/or its affiliates