Interface KeyPairConverter<T>
- Type Parameters:
T
- Object Type
- All Known Implementing Classes:
DSAPrivateKeyInfoKeyPairConverter
,ECDSAPrivateKeyInfoKeyPairConverter
,PrivateKeyInfoKeyPairConverter
,RSAPrivateKeyInfoKeyPairConverter
public interface KeyPairConverter<T>
Converter from typed object to PEM Key Pair
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.openssl.PEMKeyPair
getKeyPair
(T object) Get PEM Key Pair from typed object
-
Method Details
-
getKeyPair
Get PEM Key Pair from typed object- Parameters:
object
- Typed Object- Returns:
- PEM Key Pair
- Throws:
IOException
- Thrown on conversion failures
-