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
IOExceptionprotected abstract KeyPair createKeyPair(PEMStructure pemStructure) throws IOException
IOExceptionCopyright © 2018. All rights reserved.