Uses of Interface
org.bouncycastle.openpgp.PGPAlgorithmParameters
-
Packages that use PGPAlgorithmParameters Package Description org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects.org.bouncycastle.openpgp.operator.bc BC lightweight operators for dealing with OpenPGP objects.org.bouncycastle.openpgp.operator.jcajce JCA/JCE based operators for dealing with OpenPGP objects. -
-
Uses of PGPAlgorithmParameters in org.bouncycastle.openpgp
Classes in org.bouncycastle.openpgp that implement PGPAlgorithmParameters Modifier and Type Class Description class
PGPKdfParameters
-
Uses of PGPAlgorithmParameters in org.bouncycastle.openpgp.operator.bc
Methods in org.bouncycastle.openpgp.operator.bc with parameters of type PGPAlgorithmParameters Modifier and Type Method Description PGPPublicKey
BcPGPKeyConverter. getPGPPublicKey(int algorithm, PGPAlgorithmParameters algorithmParameters, org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey, Date time)
Create a PGPPublicKey from the passed in JCA one.Constructors in org.bouncycastle.openpgp.operator.bc with parameters of type PGPAlgorithmParameters Constructor Description BcPGPKeyPair(int algorithm, PGPAlgorithmParameters parameters, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, Date date)
-
Uses of PGPAlgorithmParameters in org.bouncycastle.openpgp.operator.jcajce
Methods in org.bouncycastle.openpgp.operator.jcajce with parameters of type PGPAlgorithmParameters Modifier and Type Method Description PGPPublicKey
JcaPGPKeyConverter. getPGPPublicKey(int algorithm, PGPAlgorithmParameters algorithmParameters, PublicKey pubKey, Date time)
Create a PGPPublicKey from the passed in JCA one.Constructors in org.bouncycastle.openpgp.operator.jcajce with parameters of type PGPAlgorithmParameters Constructor Description JcaPGPKeyPair(int algorithm, PGPAlgorithmParameters parameters, KeyPair keyPair, Date date)
Construct PGP key pair from a JCA/JCE key pair.
-