Package org.bouncycastle.bcpg
Class PublicKeyUtils
- java.lang.Object
-
- org.bouncycastle.bcpg.PublicKeyUtils
-
public class PublicKeyUtils extends java.lang.ObjectUtility methods related to OpenPGP public key algorithms.
-
-
Constructor Summary
Constructors Constructor Description PublicKeyUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSigningAlgorithm(int publicKeyAlgorithm)Return true, if the public key algorithm that corresponds to the given ID is capable of signing.
-