Class PublicKeyKeyEncryptionMethodGenerator

java.lang.Object
org.bouncycastle.openpgp.operator.PGPKeyEncryptionMethodGenerator
org.bouncycastle.openpgp.operator.PublicKeyKeyEncryptionMethodGenerator
Direct Known Subclasses:
BcPublicKeyKeyEncryptionMethodGenerator, JcePublicKeyKeyEncryptionMethodGenerator

public abstract class PublicKeyKeyEncryptionMethodGenerator extends PGPKeyEncryptionMethodGenerator
  • Field Details

    • SESSION_KEY_OBFUSCATION_PROPERTY

      public static final String SESSION_KEY_OBFUSCATION_PROPERTY
      See Also:
    • WILDCARD

      public static final long WILDCARD
      See Also:
    • sessionKeyObfuscation

      protected boolean sessionKeyObfuscation
    • useWildcardKeyID

      protected boolean useWildcardKeyID
  • Constructor Details

    • PublicKeyKeyEncryptionMethodGenerator

      protected PublicKeyKeyEncryptionMethodGenerator(PGPPublicKey pubKey)
  • Method Details