gnu.crypto.sasl.srp
public interface SRPRegistry
A list of key names designating the values exchanged between the server and client in an SRP communication authentication phase.
Version: $Revision: 1.6 $
Field Summary | |
---|---|
String | AES |
String | AVAILABLE_OPTIONS The list of server's available security options. |
String | BLOWFISH |
String | CHOSEN_OPTIONS The client's chosen security options. |
String | CLIENT_EVIDENCE The client's evidence: M1. |
String | CLIENT_PUBLIC_KEY The client's public ephemeral exponent: A. |
String[] | CONFIDENTIALITY_ALGORITHMS Available Cipher algorithms for confidentiality protection. |
String | CONFIG_NDX_FIELD Name of the SHELL field in the plain password file. |
boolean | DEFAULT_CONFIDENTIALITY Default value for confidentiality protection security service. |
boolean | DEFAULT_INTEGRITY Default value for integrity protection security service. |
String | DEFAULT_MANDATORY Default mandatory security service required. |
String | DEFAULT_PASSWORD_FILE Default fully qualified pathname of the SRP password file. |
boolean | DEFAULT_REPLAY_DETECTION Default value for replay detection security service. |
String | FIELD_GENERATOR The GF generator used: g. |
String | HMAC_MD5 |
String | HMAC_RIPEMD_160 |
String | HMAC_SHA1 |
String[] | INTEGRITY_ALGORITHMS Available HMAC algorithms for integrity protection. |
String | MANDATORY_NONE String for no mandatory security service. |
String | MD_NAME_FIELD Name of the UID field in the plain password file. |
int | MINIMUM_MODULUS_BITLENGTH Minimum bitlength of the SRP public modulus. |
String | N_1024_BITS |
String | N_1280_BITS |
String | N_1536_BITS |
String | N_2048_BITS Indices of (N, g) parameter values for SRP (.conf) password database. |
String | N_512_BITS |
String | N_640_BITS |
String | N_768_BITS |
String | OPTION_CONFIDENTIALITY String for mandatory confidentiality protection. |
String | OPTION_INTEGRITY String for mandatory integrity protection. |
String | OPTION_MANDATORY String for mandatory replay detection. |
String | OPTION_MAX_BUFFER_SIZE String for mandatory replay detection. |
String | OPTION_REPLAY_DETECTION String for mandatory replay detection. |
String | OPTION_SRP_DIGEST String for mda: the SRP digest algorithm name. |
String | PASSWORD_DB
Name of the SRP password database property --a reference to
PasswordFile object. |
String | PASSWORD_FILE Name of the main SRP password file pathname property. |
String | PASSWORD_VERIFIER The user's password verifier. |
String | SALT_FIELD Name of the GECOS field in the plain password file. |
String | SERVER_EVIDENCE The server's evidence: M2. |
String | SERVER_PUBLIC_KEY The server's public ephemeral exponent: B. |
String | SHARED_MODULUS The public shared modulus: n. |
String[] | SRP_ALGORITHMS Available hash algorithms for all SRP calculations. |
String | SRP_CONFIDENTIALITY Name of SRP confidentiality protection property. |
String | SRP_DEFAULT_DIGEST_NAME
The name of the default message digest algorithm to use when no name is
explicitely given. |
String | SRP_DIGEST_NAME
The property name of the message digest algorithm name to use in a given
SRP incarnation. |
String | SRP_HASH Name of underlying hash algorithm for use with all SRP calculations. |
String | SRP_INTEGRITY_PROTECTION Name of SRP integrity protection property. |
String | SRP_MANDATORY Name of SRP mandatory service property. |
String | SRP_REPLAY_DETECTION Name of SRP replay detection property. |
String | USER_NAME The client's username. |
String | USER_ROLE The client's authorization ID. |
String | USER_SALT The user's salt. |
String | USER_VERIFIER_FIELD Name of the GID field in the plain password file. |