public class EPBEKey
extends java.lang.Object
implements javax.crypto.interfaces.PBEKey
Constructor and Description |
---|
EPBEKey(byte[] aKey,
char[] aPassword,
byte[] aSalt,
int aIterationCount) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
int |
getIterationCount() |
char[] |
getPassword() |
byte[] |
getSalt() |
public EPBEKey(byte[] aKey, char[] aPassword, byte[] aSalt, int aIterationCount)
public char[] getPassword()
getPassword
in interface javax.crypto.interfaces.PBEKey
public byte[] getSalt()
getSalt
in interface javax.crypto.interfaces.PBEKey
public int getIterationCount()
getIterationCount
in interface javax.crypto.interfaces.PBEKey
public java.lang.String getAlgorithm()
getAlgorithm
in interface java.security.Key
public java.lang.String getFormat()
getFormat
in interface java.security.Key
public byte[] getEncoded()
getEncoded
in interface java.security.Key
Copyright © 2025. All rights reserved.