public abstract class CertificateDecoder extends Object
Constructor and Description |
---|
CertificateDecoder() |
Modifier and Type | Method and Description |
---|---|
protected abstract KeyPair |
createKeyPair(PEMStructure pemStructure) |
KeyPair |
createKeyPair(PEMStructure pemStructure,
String password) |
abstract String |
getEndLine() |
abstract String |
getStartLine() |
public abstract String getStartLine()
public abstract String getEndLine()
public KeyPair createKeyPair(PEMStructure pemStructure, String password) throws IOException
IOException
protected abstract KeyPair createKeyPair(PEMStructure pemStructure) throws IOException
IOException
Copyright © 2020. All rights reserved.