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, waitdestroy, isDestroyedpublic JCEPBEKey(String algorithm, DERObjectIdentifier oid, int type, int digest, int keySize, int ivSize, PBEKeySpec pbeKeySpec, CipherParameters param)
param - public String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic char[] getPassword()
getPassword in interface PBEKeypublic int getIterationCount()
getIterationCount in interface PBEKeypublic DERObjectIdentifier getOID()
Copyright © 2015. All rights reserved.