Class JCECipherFactory.EncryptedKeyResult

  • Enclosing class:
    JCECipherFactory

    private static final class JCECipherFactory.EncryptedKeyResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptedKeyResult​(java.lang.String hexOutput, byte[] paddedInputKey)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hexOutput

        public java.lang.String hexOutput
      • paddedInputKey

        public byte[] paddedInputKey
    • Constructor Detail

      • EncryptedKeyResult

        public EncryptedKeyResult​(java.lang.String hexOutput,
                                  byte[] paddedInputKey)