Class JCECipherFactory.EncryptedKeyResult

java.lang.Object
org.apache.derby.impl.services.jce.JCECipherFactory.EncryptedKeyResult
Enclosing class:
JCECipherFactory

private static final class JCECipherFactory.EncryptedKeyResult extends Object
  • Field Details

    • hexOutput

      public String hexOutput
    • paddedInputKey

      public byte[] paddedInputKey
  • Constructor Details

    • EncryptedKeyResult

      public EncryptedKeyResult(String hexOutput, byte[] paddedInputKey)