public class Pem
extends java.lang.Object
| Constructor and Description |
|---|
Pem() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(java.lang.String input)
Decodes a PEM-encoded block.
|
public static byte[] decode(java.lang.String input)
throws java.io.IOException
input - the input string, according to RFC 1421, can only contain
characters in the base-64 alphabet and whitespaces.java.io.IOException - if input is invalid