ch.ethz.ssh2.crypto

Class PEMDecoder


public class PEMDecoder
extends java.lang.Object

PEM Support.

Method Summary

static Object
decode(char[] pem, String password)
static boolean
isPEMEncrypted(PEMStructure ps)

Method Details

decode

public static Object decode(char[] pem,
                            String password)
            throws IOException

isPEMEncrypted

public static final boolean isPEMEncrypted(PEMStructure ps)
            throws IOException