public class BCPBEKey extends Object implements PBEKey
serialVersionUID| Constructor and Description |
|---|
BCPBEKey(String algorithm,
ASN1ObjectIdentifier oid,
int type,
int digest,
int keySize,
int ivSize,
PBEKeySpec pbeKeySpec,
CipherParameters param) |
BCPBEKey(String algName,
KeySpec pbeSpec,
CipherParameters param) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
int |
getIterationCount() |
int |
getIvSize() |
ASN1ObjectIdentifier |
getOID() |
CipherParameters |
getParam() |
char[] |
getPassword() |
byte[] |
getSalt() |
void |
setTryWrongPKCS12Zero(boolean tryWrong) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedpublic BCPBEKey(String algorithm, ASN1ObjectIdentifier oid, int type, int digest, int keySize, int ivSize, PBEKeySpec pbeKeySpec, CipherParameters param)
param - public BCPBEKey(String algName, KeySpec pbeSpec, CipherParameters param)
public String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic int getIvSize()
public CipherParameters getParam()
public char[] getPassword()
getPassword in interface PBEKeypublic int getIterationCount()
getIterationCount in interface PBEKeypublic ASN1ObjectIdentifier getOID()
public void setTryWrongPKCS12Zero(boolean tryWrong)
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.