public class PEMDecoder
extends java.lang.Object
| Constructor | Description |
|---|---|
PEMDecoder() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.Object |
decode(char[] pem,
java.lang.String password) |
|
static boolean |
isPEMEncrypted(PEMStructure ps) |
public static final boolean isPEMEncrypted(PEMStructure ps) throws java.io.IOException
java.io.IOExceptionpublic static java.lang.Object decode(char[] pem,
java.lang.String password)
throws java.io.IOException
java.io.IOException