public class KeyMakerBcImpl extends AbstractKeyMaker
| Modifier and Type | Field and Description |
|---|---|
static KeyMakerBcImpl |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
exportKey(Key key) |
String |
exportPkcs8Key(PrivateKey key) |
org.apache.commons.lang3.tuple.Pair<PrivateKey,PublicKey> |
makePair() |
exportPemPair, exportPkcs1PemPair, exportPkcs8PemPair, makePemPair, makePemPair2File, makePkcs1PemPair, makePkcs1PemPair2File, makePkcs8PemPair, makePkcs8PemPair2Filepublic static final KeyMakerBcImpl INSTANCE
public org.apache.commons.lang3.tuple.Pair<PrivateKey,PublicKey> makePair()
public String exportKey(Key key)
exportKey in class AbstractKeyMakerpublic String exportPkcs8Key(PrivateKey key)
exportPkcs8Key in class AbstractKeyMakerCopyright © 2020. All rights reserved.