Interface CustomPublicKeyDataDecryptorFactory
-
- All Superinterfaces:
org.bouncycastle.openpgp.operator.PGPDataDecryptorFactory,org.bouncycastle.openpgp.operator.PublicKeyDataDecryptorFactory
- All Known Implementing Classes:
CachingBcPublicKeyDataDecryptorFactory,HardwareSecurity.HardwareDataDecryptorFactory
public interface CustomPublicKeyDataDecryptorFactory extends org.bouncycastle.openpgp.operator.PublicKeyDataDecryptorFactoryCustomPublicKeyDataDecryptorFactorywhich can enable customized implementations of message decryption using public keys. This class can for example be used to implement message encryption using hardware tokens like smartcards or TPMs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubkeyIdentifiergetSubkeyIdentifier()Return theSubkeyIdentifierfor which this particularCustomPublicKeyDataDecryptorFactoryis intended.
-
-
-
Method Detail
-
getSubkeyIdentifier
SubkeyIdentifier getSubkeyIdentifier()
Return theSubkeyIdentifierfor which this particularCustomPublicKeyDataDecryptorFactoryis intended.- Returns:
- subkey identifier
-
-