-
Classes Class Description org.bouncycastle.bcpg.OutputStreamPacket Will be removedorg.bouncycastle.bcpg.sig.RevocationKey since RFC9580org.bouncycastle.openpgp.operator.RFC6637KDFCalculator this class is no longer required and will be removed.
-
Constructors Constructor Description org.bouncycastle.bcpg.PublicKeyPacket(int, Date, BCPGKey) use versionedPublicKeyPacket(int, int, Date, BCPGKey)
insteadorg.bouncycastle.bcpg.PublicSubkeyPacket(int, Date, BCPGKey) use versionedPublicSubkeyPacket(int, int, Date, BCPGKey)
insteadorg.bouncycastle.bcpg.SymmetricEncIntegrityPacket() use createVersion1Packet()org.bouncycastle.bcpg.SymmetricKeyEncSessionPacket(int, S2K, byte[]) use createVersion4Packet()org.bouncycastle.openpgp.operator.bc.BcPGPKeyPair(int, AsymmetricCipherKeyPair, Date) org.bouncycastle.openpgp.operator.jcajce.JcaPGPKeyPair(int, KeyPair, Date) use versionedJcaPGPKeyPair(int, int, KeyPair, Date)
insteadorg.bouncycastle.openpgp.PGPSignatureGenerator(PGPContentSignerBuilder)