Package org.bouncycastle.openssl.jcajce
Class JcaPEMKeyConverter
- java.lang.Object
-
- org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter
-
public class JcaPEMKeyConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JcaPEMKeyConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.KeyPairgetKeyPair(PEMKeyPair keyPair)java.security.PrivateKeygetPrivateKey(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)java.security.PublicKeygetPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo)JcaPEMKeyConvertersetProvider(java.lang.String providerName)JcaPEMKeyConvertersetProvider(java.security.Provider provider)
-
-
-
Method Detail
-
setProvider
public JcaPEMKeyConverter setProvider(java.security.Provider provider)
-
setProvider
public JcaPEMKeyConverter setProvider(java.lang.String providerName)
-
getKeyPair
public java.security.KeyPair getKeyPair(PEMKeyPair keyPair) throws PEMException
- Throws:
PEMException
-
getPublicKey
public java.security.PublicKey getPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo) throws PEMException- Throws:
PEMException
-
getPrivateKey
public java.security.PrivateKey getPrivateKey(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo) throws PEMException- Throws:
PEMException
-
-