|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.ssl.PEMUtil
| Constructor Summary | |
PEMUtil()
|
|
| Method Summary | |
static java.util.List |
decode(byte[] pemBytes)
|
static byte[] |
encode(java.util.Collection items)
|
static java.lang.String |
formatBigInteger(java.math.BigInteger bi,
int length)
|
static java.lang.String |
formatRSAPrivateKey(java.security.interfaces.RSAPrivateCrtKey key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PEMUtil()
| Method Detail |
public static byte[] encode(java.util.Collection items)
throws java.io.IOException
java.io.IOExceptionpublic static java.util.List decode(byte[] pemBytes)
public static java.lang.String formatRSAPrivateKey(java.security.interfaces.RSAPrivateCrtKey key)
public static java.lang.String formatBigInteger(java.math.BigInteger bi,
int length)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||