public class PEMItem extends Object
Modifier and Type | Field and Description |
---|---|
String |
cipher |
static String |
DEK_INFO |
String |
dekInfo |
private byte[] |
derBytes |
boolean |
des2 |
byte[] |
iv |
int |
keySizeInBits |
String |
mode |
String |
pemType |
Map |
properties |
Constructor and Description |
---|
PEMItem(byte[] derBytes,
String type) |
PEMItem(byte[] derBytes,
String type,
Map properties) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDerBytes() |
public static final String DEK_INFO
private final byte[] derBytes
public final Map properties
public final byte[] iv
public final boolean des2
public final int keySizeInBits
public byte[] getDerBytes()