public class PEMDecoder extends Object
| Constructor and Description |
|---|
PEMDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
decode(char[] pem,
String password) |
static boolean |
isPEMEncrypted(PEMStructure ps) |
public static final boolean isPEMEncrypted(PEMStructure ps) throws IOException
IOExceptionpublic static Object decode(char[] pem, String password) throws IOException
IOExceptionCopyright © 2017. All rights reserved.