public class JCEPBEKey extends Object implements PBEKey
serialVersionUID
Constructor and Description |
---|
JCEPBEKey(String algorithm,
DERObjectIdentifier oid,
int type,
int digest,
int keySize,
int ivSize,
PBEKeySpec pbeKeySpec,
CipherParameters param) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
int |
getIterationCount() |
DERObjectIdentifier |
getOID() |
char[] |
getPassword() |
byte[] |
getSalt() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed
public JCEPBEKey(String algorithm, DERObjectIdentifier oid, int type, int digest, int keySize, int ivSize, PBEKeySpec pbeKeySpec, CipherParameters param)
param
- public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public char[] getPassword()
getPassword
in interface PBEKey
public int getIterationCount()
getIterationCount
in interface PBEKey
public DERObjectIdentifier getOID()
Copyright © 2015. All rights reserved.