public class PemReader extends Object
Constructor and Description |
---|
PemReader() |
public static PrivateKey readPrivateKey(String filePath) throws NoSuchProviderException, NoSuchAlgorithmException, IOException, InvalidKeySpecException
public static PublicKey readPublicKey(String filePath) throws NoSuchProviderException, NoSuchAlgorithmException, IOException, InvalidKeySpecException
Copyright © 2016. All Rights Reserved.