com.didisoft.pgp
Interface KeyAlgorithm


public interface KeyAlgorithm

Interface that lists the supported asymmetric algorithms for OpenPGP keys.


Field Summary
static java.lang.String EC
          Elliptic Curve cryptography (ECC) in OpenPGP
static java.lang.String ELGAMAL
          ElGamal.
static java.lang.String RSA
          RSA (Rivest, Shamir and Adleman algorithm)
 

Field Detail

RSA

static final java.lang.String RSA
RSA (Rivest, Shamir and Adleman algorithm)

See Also:
Constant Field Values

ELGAMAL

static final java.lang.String ELGAMAL
ElGamal. Implementation of DH/DSS

See Also:
Constant Field Values

EC

static final java.lang.String EC
Elliptic Curve cryptography (ECC) in OpenPGP

See Also:
Constant Field Values


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