public class PEMItem extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
cipher |
static String |
DEK_INFO |
String |
dekInfo |
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
public final String pemType
public final Map properties
public final String dekInfo
public final byte[] iv
public final String cipher
public final boolean des2
public final String mode
public final int keySizeInBits
public PEMItem(byte[] derBytes,
String type)
Copyright © 2019. All rights reserved.