Uses of Class
com.didisoft.pgp.EcCurve.Enum

Packages that use EcCurve.Enum
com.didisoft.pgp OpenPGP Library for Java 
 

Uses of EcCurve.Enum in com.didisoft.pgp
 

Methods in com.didisoft.pgp that return EcCurve.Enum
 EcCurve.Enum EcCurve.Enum.fromString(java.lang.String ecCurve)
           
static EcCurve.Enum EcCurve.Enum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EcCurve.Enum[] EcCurve.Enum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.didisoft.pgp with parameters of type EcCurve.Enum
 long KeyStore.addSubKey(long keyId, java.lang.String privateKeyPassword, boolean isEncryption, EcCurve.Enum ecCurve)
          Adds a ECC OpenPGP sub key to an existig ECC OpenPGP key pair

Example:
 



Copyright © 2006-2017 DidiSoft Ltd. All Rights Reserved.