Class JCECipherFactory.EncryptedKeyResult
- java.lang.Object
-
- org.apache.derby.impl.services.jce.JCECipherFactory.EncryptedKeyResult
-
- Enclosing class:
- JCECipherFactory
private static final class JCECipherFactory.EncryptedKeyResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
hexOutput
byte[]
paddedInputKey
-
Constructor Summary
Constructors Constructor Description EncryptedKeyResult(java.lang.String hexOutput, byte[] paddedInputKey)
-