| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<PrivateKey,PublicKey> |
readKeyPair(Reader reader) |
org.apache.commons.lang3.tuple.Pair<PrivateKey,PublicKey> |
readKeyPair(String pem) |
PublicKey |
readPublicKey(Reader reader) |
PublicKey |
readPublicKey(String pem) |
public static final KeyReader INSTANCE
public org.apache.commons.lang3.tuple.Pair<PrivateKey,PublicKey> readKeyPair(Reader reader)
readKeyPair in interface KeyReaderpublic org.apache.commons.lang3.tuple.Pair<PrivateKey,PublicKey> readKeyPair(String pem)
readKeyPair in interface KeyReaderpublic PublicKey readPublicKey(Reader reader)
readPublicKey in interface KeyReaderpublic PublicKey readPublicKey(String pem)
readPublicKey in interface KeyReaderCopyright © 2019. All rights reserved.