public class PEMKeyPair extends Object
Constructor and Description |
---|
PEMKeyPair(SubjectPublicKeyInfo publicKeyInfo,
PrivateKeyInfo privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKeyInfo |
getPrivateKeyInfo() |
SubjectPublicKeyInfo |
getPublicKeyInfo() |
public PEMKeyPair(SubjectPublicKeyInfo publicKeyInfo, PrivateKeyInfo privateKeyInfo)
public PrivateKeyInfo getPrivateKeyInfo()
public SubjectPublicKeyInfo getPublicKeyInfo()
Copyright © 2020 BouncyCastle.org. All rights reserved.