org.apache.commons.ssl
Class PEMItem
java.lang.Object
org.apache.commons.ssl.PEMItem
public class PEMItem
- extends java.lang.Object
- Since:
- 13-Aug-2006
- Author:
- Credit Union Central of British Columbia, www.cucbc.com, juliusdavies@cucbc.com
Constructor Summary |
PEMItem(byte[] derBytes,
java.lang.String type)
|
PEMItem(byte[] derBytes,
java.lang.String type,
java.util.Map properties)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEK_INFO
public static final java.lang.String DEK_INFO
- See Also:
- Constant Field Values
derBytes
private final byte[] derBytes
pemType
public final java.lang.String pemType
properties
public final java.util.Map properties
dekInfo
public final java.lang.String dekInfo
iv
public final byte[] iv
cipher
public final java.lang.String cipher
des2
public final boolean des2
mode
public final java.lang.String mode
keySizeInBits
public final int keySizeInBits
PEMItem
public PEMItem(byte[] derBytes,
java.lang.String type)
PEMItem
public PEMItem(byte[] derBytes,
java.lang.String type,
java.util.Map properties)
getDerBytes
public byte[] getDerBytes()