Toggle navigation
Home
javax.crypto.Cipher to javax.crypto.spec.SecretKeySpec
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'tomcat'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
Cipher.getInstance(algorithm)
to
new SecretKeySpec(getEncryptionKeyInternal(),algorithmName)
Rename Variable
cipher
to
secretKey