org.bouncycastle.cms
public abstract class CMSPBEKey extends Object implements PBEKey
Constructor Summary | |
---|---|
CMSPBEKey(char[] password, byte[] salt, int iterationCount) |
Method Summary | |
---|---|
String | getAlgorithm() |
byte[] | getEncoded() |
String | getFormat() |
int | getIterationCount() |
char[] | getPassword() |
byte[] | getSalt() |