Java org.bouncycastle.openpgp PGPKeyRingGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.openpgp PGPKeyRingGenerator fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

voidaddSubKey(PGPKeyPair keyPair)
Add a sub key to the key ring to be generated with default certification and inheriting the hashed/unhashed packets of the master key.
voidaddSubKey(PGPKeyPair keyPair, PGPSignatureSubpacketVector hashedPcks, PGPSignatureSubpacketVector unhashedPcks)
Add a subkey with specific hashed and unhashed packets associated with it and default certification.
PGPPublicKeyRinggeneratePublicKeyRing()
Return the public key ring that corresponds to the secret key ring.
PGPSecretKeyRinggenerateSecretKeyRing()
Return the secret key ring.