Java org.bouncycastle.openpgp.operator.jcajce JcaPGPKeyConverter fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.openpgp.operator.jcajce JcaPGPKeyConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.openpgp.operator.jcajce JcaPGPKeyConverter.

The text is from its open source code.

Constructor

Method

PGPPrivateKeygetPGPPrivateKey(PGPPublicKey pub, PrivateKey privKey)
Convert a PrivateKey into a PGPPrivateKey.
PGPPublicKeygetPGPPublicKey(int algorithm, PublicKey pubKey, Date time)
Create a PGPPublicKey from the passed in JCA one.
PrivateKeygetPrivateKey(PGPPrivateKey privKey)
PublicKeygetPublicKey(PGPPublicKey publicKey)