org.apache.derby.impl.services.jce
Class JCECipherFactory.EncryptedKeyResult

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

private static final class JCECipherFactory.EncryptedKeyResult
extends java.lang.Object


Field Summary
 java.lang.String hexOutput
           
 byte[] paddedInputKey
           
 
Constructor Summary
JCECipherFactory.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

JCECipherFactory.EncryptedKeyResult

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

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.