com.didisoft.pgp
Interface KeyAlgorithm


public interface KeyAlgorithm

Interface that lists the supported asymmetric algorithms for OpenPGP keys.


Field Summary
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


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