|
|
javax > javax.crypto > javax.crypto.spec > javax.crypto.spec.secretkeyspec >
Class: javax.crypto.spec.SecretKeySpec java.lang.Object javax.crypto.spec.SecretKeySpec
public class SecretKeySpec extends Object implements KeySpec, SecretKey
FIELDS:
CONSTRUCTORS:
| | | public | SecretKeySpec(byte[] key, String algorithm) |
| | public | SecretKeySpec(byte[] key, int offset, int len, String algorithm) |
| |
|
|
|
METHODS:
| | | | public | boolean | equals(Object obj) Overrides: Object |
| | public | String | getAlgorithm() |
| | public | byte[] | getEncoded() |
| | public | String | getFormat() |
| | public | int | hashCode() Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|