public class AsconSecretKeySpec extends SecretKeySpec
| Constructor and Description |
|---|
AsconSecretKeySpec(byte[] key,
int offset,
int len,
String algorithm)
Constructor to create a AsconSecretKeySpec object.
|
AsconSecretKeySpec(byte[] key,
String algorithm)
Constructor to create a AsconSecretKeySpec object.
|
equals, getAlgorithm, getEncoded, getFormat, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedpublic AsconSecretKeySpec(byte[] key,
String algorithm)
key - the key materialalgorithm - the algorithm namepublic AsconSecretKeySpec(byte[] key,
int offset,
int len,
String algorithm)
key - the key materialoffset - the index for the key materiallen - the length of the keyalgorithm - the algorithm nameCopyright © 2022–2023 Stiftung SIC. All rights reserved.