org.apache.commons.ssl
Class DerivedKey
java.lang.Object
org.apache.commons.ssl.DerivedKey
public class DerivedKey
- extends Object
- Since:
- 7-Nov-2006
- Author:
- Credit Union Central of British Columbia, www.cucbc.com, juliusdavies@cucbc.com
Field Summary |
byte[] |
iv
|
byte[] |
key
|
Constructor Summary |
DerivedKey(byte[] key,
byte[] iv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public final byte[] key
iv
public final byte[] iv
DerivedKey
DerivedKey(byte[] key,
byte[] iv)