Package org.bouncycastle.openpgp.api.operator
package org.bouncycastle.openpgp.api.operator
Operators binding the high-level OpenPGP API to key material held outside the OpenPGP key -
typically on a hardware token - per draft-dkg-openpgp-external-secrets. The session-key recovery
flow lives here expressed over byte-level primitives; the
bc and jcajce
subpackages bind those primitives to a crypto stack.-
ClassesClassDescriptionBase class for a
PublicKeyDataDecryptorFactorywhose private key material is held outside the OpenPGP key - typically on a hardware token - as described by OpenPGP External Secret Keys and signalled bySecretKeyPacket.USAGE_EXTERNAL.