public class LunaPBEKey extends Object implements PBEKey
serialVersionUID| Constructor and Description |
|---|
LunaPBEKey(int iterationCount,
char[] password,
byte[] salt,
long mechType) |
| Modifier and Type | Method and Description |
|---|---|
static long |
AlgorithmToMechType(String algorithm) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
int |
getIterationCount() |
char[] |
getPassword() |
byte[] |
getSalt() |
static String |
MechTypeToAlgorithm(long mechType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedpublic LunaPBEKey(int iterationCount,
char[] password,
byte[] salt,
long mechType)
public static long AlgorithmToMechType(String algorithm)
public static String MechTypeToAlgorithm(long mechType)
public int getIterationCount()
getIterationCount in interface PBEKeypublic char[] getPassword()
getPassword in interface PBEKeypublic byte[] getEncoded()
getEncoded in interface Keypublic String getAlgorithm()
getAlgorithm in interface KeyCopyright 2014-2016 SafeNet Inc