Class KeyInfo


  • public class KeyInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyInfo​(org.bouncycastle.openpgp.PGPPublicKey publicKey)  
      KeyInfo​(org.bouncycastle.openpgp.PGPSecretKey secretKey)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getCurveName​(org.bouncycastle.bcpg.ECPublicBCPGKey key)  
      static java.lang.String getCurveName​(org.bouncycastle.openpgp.PGPPublicKey publicKey)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyInfo

        public KeyInfo​(org.bouncycastle.openpgp.PGPSecretKey secretKey)
      • KeyInfo

        public KeyInfo​(org.bouncycastle.openpgp.PGPPublicKey publicKey)
    • Method Detail

      • getCurveName

        public static java.lang.String getCurveName​(org.bouncycastle.openpgp.PGPPublicKey publicKey)
      • getCurveName

        public static java.lang.String getCurveName​(org.bouncycastle.bcpg.ECPublicBCPGKey key)