org.apache.geronimo.util.crypto.params
Class KeyParameter
java.lang.Object
org.apache.geronimo.util.crypto.params.KeyParameter
- All Implemented Interfaces:
- CipherParameters
- Direct Known Subclasses:
- DESParameters
public class KeyParameter
- extends Object
- implements CipherParameters
Method Summary |
byte[] |
getKey()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyParameter
public KeyParameter(byte[] key)
KeyParameter
public KeyParameter(byte[] key,
int keyOff,
int keyLen)
getKey
public byte[] getKey()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.