gnu.java.security

Interface Registry

Known Implementing Classes:
AuthenticatedEntry, CipherFactory, EncryptedEntry, HMacFactory, MacFactory, ModeFactory, PadFactory, PasswordAuthenticatedEntry, PasswordEncryptedEntry, PRNGFactory, PRNGFactory

public interface Registry

A placeholder for names and literals used throughout this library.

Field Summary

static String
AES128_KWA
static String
AES192_KWA
static String
AES256_KWA
static String
AES_CIPHER
AES is synonymous to Rijndael for 128-bit block size only.
static String
AES_KWA
static String
ANUBIS_CIPHER
static String
ARCFOUR_PRNG
(Apparently) RC4 keystream PRNG.
static String
ASN1_ENCODING
static int
ASN1_ENCODING_ID
static String
ASN1_ENCODING_SHORT_NAME
static String
BLOWFISH_CIPHER
static String
CAST128_CIPHER
CAST5 is also known as CAST-128.
static String
CAST5_CIPHER
static String
CAST_128_CIPHER
static String
CBC_MODE
Cipher block chaining mode (NIST).
static String
CFB_MODE
Cipher feedback mode (NIST).
static String
CSPRNG_PRNG
The continuously-seeded pseudo-random number generator.
static String
CTR_MODE
Counter (NIST) mode.
static String
DESEDE_CIPHER
TripleDES is also known as DESede.
static String
DESEDE_KWA
static String
DES_CIPHER
static String
DH_KA
static String
DH_KPG
static String
DH_OID_STRING
static String
DSA_KPG
DSA is synonymous to DSS.
static String
DSA_OID_STRING
static String
DSA_SIG
DSA is synonymous to DSS.
static String
DSS_KPG
static String
DSS_SIG
static String
EAX_MODE
Authenticated-Encrypted mode.
static String
ECB_MODE
Electronic CodeBook mode.
static String
ELGAMAL_KA
static String
EME_PKCS1_V1_5_PAD
EME-PKCS1-v1_5 padding as described in section 7.2 in RFC-3447.
static String
FORTUNA_GENERATOR_PRNG
The Fortuna generator PRNG.
static String
FORTUNA_PRNG
The Fortuna PRNG.
static int
GKR_CERTIFICATES
static int
GKR_CIPHER_AES_128_CBC
static int
GKR_CIPHER_AES_128_OFB
static int
GKR_HMAC_MD5_128
static int
GKR_HMAC_MD5_96
static int
GKR_HMAC_SHA_160
static int
GKR_HMAC_SHA_96
static byte[]
GKR_MAGIC
static int
GKR_PRIVATE_KEYS
static int
GKR_PUBLIC_CREDENTIALS
static String
GNU_CRYPTO
static String
GNU_SASL
static String
GNU_SECURITY
The name of our Providers.
static String
HAVAL_HASH
static String
HMAC_NAME_PREFIX
Name prefix of every HMAC implementation.
static String
ICM_MODE
Integer Counter Mode (David McGrew).
static String
ICM_PRNG
PRNG based on David McGrew's Integer Counter Mode.
static String
ISO10126_PAD
ISO 10126-2 padding scheme.
static String
KHAZAD_CIPHER
static String
KWA_PREFIX
static byte[]
MAGIC_RAW_DH_PRIVATE_KEY
static byte[]
MAGIC_RAW_DH_PUBLIC_KEY
static byte[]
MAGIC_RAW_DSS_PRIVATE_KEY
static byte[]
MAGIC_RAW_DSS_PUBLIC_KEY
static byte[]
MAGIC_RAW_DSS_SIGNATURE
static byte[]
MAGIC_RAW_RSA_PKCS1V1_5_SIGNATURE
static byte[]
MAGIC_RAW_RSA_PRIVATE_KEY
static byte[]
MAGIC_RAW_RSA_PSS_SIGNATURE
static byte[]
MAGIC_RAW_RSA_PUBLIC_KEY
static byte[]
MAGIC_RAW_SRP_PRIVATE_KEY
static byte[]
MAGIC_RAW_SRP_PUBLIC_KEY
static String
MD2_HASH
static String
MD4_HASH
static String
MD5_HASH
static String
MD_PRNG
PRNG based on a designated hash function.
static String
NULL_CIPHER
static String
OFB_MODE
Output Feedback Mode (NIST).
static String
OMAC_PREFIX
The One-key CBC MAC.
static String
PBKDF2_PRNG_PREFIX
PRNG based on PBKDF2 from PKCS #5 v.2.
static String
PKCS5_PAD
PKCS#5 padding scheme.
static String
PKCS7_PAD
PKCS#7 padding scheme.
static String
PKCS8_ENCODING
static int
PKCS8_ENCODING_ID
static String
PKCS8_ENCODING_SHORT_NAME
static String
QOP_AUTH
authentication only.
static String
QOP_AUTH_CONF
authentication plus integrity and confidentiality protection.
static String
QOP_AUTH_INT
authentication plus integrity protection.
static String
RAW_ENCODING
static int
RAW_ENCODING_ID
static String
RAW_ENCODING_SHORT_NAME
static String
RC4_PRNG
We use "rc4" as an alias for "arcfour".
static String
REUSE_FALSE
static String
REUSE_TRUE
static String
RIJNDAEL_CIPHER
static String
RIJNDAEL_KWA
static String
RIPEMD128_HASH
static String
RIPEMD160_HASH
static String
RIPEMD_128_HASH
RIPEMD-128 is synonymous to RIPEMD128.
static String
RIPEMD_160_HASH
RIPEMD-160 is synonymous to RIPEMD160.
static String
RSA_KPG
static String
RSA_OID_STRING
static String
RSA_PKCS1_V1_5_ENCODING
static String
RSA_PKCS1_V1_5_SIG
static String
RSA_PSS_ENCODING
static String
RSA_PSS_SIG
static String
RSA_SIG_PREFIX
static String
SASL_ANONYMOUS_MECHANISM
static String
SASL_AUTHORISATION_ID
SASL authorization ID.
static String
SASL_AUTH_INFO_PROVIDER_PKGS
Name of authentication information provider packages.
static int
SASL_BUFFER_MAX_LIMIT
The size limit, in bytes, of a SASL Buffer.
static String
SASL_CALLBACK_HANDLER
SASL Callback handler.
static String
SASL_CHANNEL_BINDING
SASL channel binding.
static String
SASL_CRAM_MD5_MECHANISM
static int
SASL_FOUR_BYTE_MAX_LIMIT
The size limit, in bytes, of a SASL EOS (Extended Octet Sequence) element.
static String
SASL_HMAC_MD5_IALG
static String
SASL_HMAC_SHA_IALG
static int
SASL_ONE_BYTE_MAX_LIMIT
The size limit, in bytes, of a SASL OS (Octet Sequence) element.
static String
SASL_PASSWORD
Name of password property.
static String
SASL_PLAIN_MECHANISM
static String
SASL_PREFIX
static String
SASL_PROTOCOL
SASL protocol.
static String
SASL_SERVER_NAME
SASL Server name.
static String
SASL_SRP_MECHANISM
static int
SASL_TWO_BYTE_MAX_LIMIT
The size limit, in bytes, of both a SASL MPI (Multi-Precision Integer) element and a SASL Text element.
static String
SASL_USERNAME
Name of username property.
static String
SERPENT_CIPHER
static String
SERVER_AUTH_FALSE
Server does not need to, or cannot, authenticate to the client.
static String
SERVER_AUTH_TRUE
Server must authenticate to the client.
static String
SHA160_HASH
static String
SHA1_HASH
SHA1 is synonymous to SHA-160.
static String
SHA256_HASH
static String
SHA384_HASH
static String
SHA512_HASH
static String
SHA_1_HASH
SHA-1 is synonymous to SHA-160.
static String
SHA_HASH
SHA is synonymous to SHA-160.
static String
SQUARE_CIPHER
static String
SRP6_KA
static String
SRP_KPG
static String
SRP_SASL_KA
static String
SRP_TLS_KA
static String
SSL3_PAD
SSLv3 padding scheme.
static String
STRENGTH_HIGH
static String
STRENGTH_LOW
static String
STRENGTH_MEDIUM
static String
TBC_PAD
Trailing Bit Complement padding scheme.
static String
TIGER_HASH
static String
TLS1_PAD
TLSv1 padding scheme.
static String
TMMH16
The Truncated Multi-Modular Hash Function -v1 (David McGrew).
static String
TRIPLEDES_CIPHER
static String
TRIPLEDES_KWA
static String
TWOFISH_CIPHER
static String
UHASH32
Message Authentication Code using Universal Hashing (Ted Krovetz).
static String
UMAC32
static String
UMAC_PRNG
PRNG based on UMAC's Key Derivation Function.
static String
VERSION_STRING
Our version number.
static String
WHIRLPOOL_HASH
static String
X509_ENCODING
static int
X509_ENCODING_ID
static String
X509_ENCODING_SORT_NAME

Field Details

AES128_KWA

public static final String AES128_KWA
Field Value:
"kw-aes128"

AES192_KWA

public static final String AES192_KWA
Field Value:
"kw-aes192"

AES256_KWA

public static final String AES256_KWA
Field Value:
"kw-aes256"

AES_CIPHER

public static final String AES_CIPHER
AES is synonymous to Rijndael for 128-bit block size only.
Field Value:
"aes"

AES_KWA

public static final String AES_KWA
Field Value:
"kw-aes"

ANUBIS_CIPHER

public static final String ANUBIS_CIPHER
Field Value:
"anubis"

ARCFOUR_PRNG

public static final String ARCFOUR_PRNG
(Apparently) RC4 keystream PRNG.
Field Value:
"arcfour"

ASN1_ENCODING

public static final String ASN1_ENCODING
Field Value:
"gnu.crypto.asn1.format"

ASN1_ENCODING_ID

public static final int ASN1_ENCODING_ID
Field Value:
4

ASN1_ENCODING_SHORT_NAME

public static final String ASN1_ENCODING_SHORT_NAME
Field Value:
"ASN.1"

BLOWFISH_CIPHER

public static final String BLOWFISH_CIPHER
Field Value:
"blowfish"

CAST128_CIPHER

public static final String CAST128_CIPHER
CAST5 is also known as CAST-128.
Field Value:
"cast128"

CAST5_CIPHER

public static final String CAST5_CIPHER
Field Value:
"cast5"

CAST_128_CIPHER

public static final String CAST_128_CIPHER
Field Value:
"cast-128"

CBC_MODE

public static final String CBC_MODE
Cipher block chaining mode (NIST).
Field Value:
"cbc"

CFB_MODE

public static final String CFB_MODE
Cipher feedback mode (NIST).
Field Value:
"cfb"

CSPRNG_PRNG

public static final String CSPRNG_PRNG
The continuously-seeded pseudo-random number generator.
Field Value:
"csprng"

CTR_MODE

public static final String CTR_MODE
Counter (NIST) mode.
Field Value:
"ctr"

DESEDE_CIPHER

public static final String DESEDE_CIPHER
TripleDES is also known as DESede.
Field Value:
"desede"

DESEDE_KWA

public static final String DESEDE_KWA
Field Value:
"kw-desede"

DES_CIPHER

public static final String DES_CIPHER
Field Value:
"des"

DH_KA

public static final String DH_KA
Field Value:
"dh"

DH_KPG

public static final String DH_KPG
Field Value:
"dh"

DH_OID_STRING

public static final String DH_OID_STRING
Field Value:
"1.2.840.10046.2.1"

DSA_KPG

public static final String DSA_KPG
DSA is synonymous to DSS.
Field Value:
"dsa"

DSA_OID_STRING

public static final String DSA_OID_STRING
Field Value:
"1.2.840.10040.4.1"

DSA_SIG

public static final String DSA_SIG
DSA is synonymous to DSS.
Field Value:
"dsa"

DSS_KPG

public static final String DSS_KPG
Field Value:
"dss"

DSS_SIG

public static final String DSS_SIG
Field Value:
"dss"

EAX_MODE

public static final String EAX_MODE
Authenticated-Encrypted mode.
Field Value:
"eax"

ECB_MODE

public static final String ECB_MODE
Electronic CodeBook mode.
Field Value:
"ecb"

ELGAMAL_KA

public static final String ELGAMAL_KA
Field Value:
"elgamal"

EME_PKCS1_V1_5_PAD

public static final String EME_PKCS1_V1_5_PAD
EME-PKCS1-v1_5 padding as described in section 7.2 in RFC-3447.
Field Value:
"eme-pkcs1-v1.5"

FORTUNA_GENERATOR_PRNG

public static final String FORTUNA_GENERATOR_PRNG
The Fortuna generator PRNG.
Field Value:
"fortuna-generator"

FORTUNA_PRNG

public static final String FORTUNA_PRNG
The Fortuna PRNG.
Field Value:
"fortuna"

GKR_CERTIFICATES

public static final int GKR_CERTIFICATES
Field Value:
4

GKR_CIPHER_AES_128_CBC

public static final int GKR_CIPHER_AES_128_CBC
Field Value:
1

GKR_CIPHER_AES_128_OFB

public static final int GKR_CIPHER_AES_128_OFB
Field Value:
0

GKR_HMAC_MD5_128

public static final int GKR_HMAC_MD5_128
Field Value:
0

GKR_HMAC_MD5_96

public static final int GKR_HMAC_MD5_96
Field Value:
2

GKR_HMAC_SHA_160

public static final int GKR_HMAC_SHA_160
Field Value:
1

GKR_HMAC_SHA_96

public static final int GKR_HMAC_SHA_96
Field Value:
3

GKR_MAGIC

public static final byte[] GKR_MAGIC

GKR_PRIVATE_KEYS

public static final int GKR_PRIVATE_KEYS
Field Value:
1

GKR_PUBLIC_CREDENTIALS

public static final int GKR_PUBLIC_CREDENTIALS
Field Value:
2

GNU_CRYPTO

public static final String GNU_CRYPTO
Field Value:
"GNU-CRYPTO"

GNU_SASL

public static final String GNU_SASL
Field Value:
"GNU-SASL"

GNU_SECURITY

public static final String GNU_SECURITY
The name of our Providers.
Field Value:
"GNU"

HAVAL_HASH

public static final String HAVAL_HASH
Field Value:
"haval"

HMAC_NAME_PREFIX

public static final String HMAC_NAME_PREFIX
Name prefix of every HMAC implementation.
Field Value:
"hmac-"

ICM_MODE

public static final String ICM_MODE
Integer Counter Mode (David McGrew).
Field Value:
"icm"

ICM_PRNG

public static final String ICM_PRNG
PRNG based on David McGrew's Integer Counter Mode.
Field Value:
"icm"

ISO10126_PAD

public static final String ISO10126_PAD
ISO 10126-2 padding scheme.
Field Value:
"iso10126"

KHAZAD_CIPHER

public static final String KHAZAD_CIPHER
Field Value:
"khazad"

KWA_PREFIX

public static final String KWA_PREFIX
Field Value:
"kw-"

MAGIC_RAW_DH_PRIVATE_KEY

public static final byte[] MAGIC_RAW_DH_PRIVATE_KEY

MAGIC_RAW_DH_PUBLIC_KEY

public static final byte[] MAGIC_RAW_DH_PUBLIC_KEY

MAGIC_RAW_DSS_PRIVATE_KEY

public static final byte[] MAGIC_RAW_DSS_PRIVATE_KEY

MAGIC_RAW_DSS_PUBLIC_KEY

public static final byte[] MAGIC_RAW_DSS_PUBLIC_KEY

MAGIC_RAW_DSS_SIGNATURE

public static final byte[] MAGIC_RAW_DSS_SIGNATURE

MAGIC_RAW_RSA_PKCS1V1_5_SIGNATURE

public static final byte[] MAGIC_RAW_RSA_PKCS1V1_5_SIGNATURE

MAGIC_RAW_RSA_PRIVATE_KEY

public static final byte[] MAGIC_RAW_RSA_PRIVATE_KEY

MAGIC_RAW_RSA_PSS_SIGNATURE

public static final byte[] MAGIC_RAW_RSA_PSS_SIGNATURE

MAGIC_RAW_RSA_PUBLIC_KEY

public static final byte[] MAGIC_RAW_RSA_PUBLIC_KEY

MAGIC_RAW_SRP_PRIVATE_KEY

public static final byte[] MAGIC_RAW_SRP_PRIVATE_KEY

MAGIC_RAW_SRP_PUBLIC_KEY

public static final byte[] MAGIC_RAW_SRP_PUBLIC_KEY

MD2_HASH

public static final String MD2_HASH
Field Value:
"md2"

MD4_HASH

public static final String MD4_HASH
Field Value:
"md4"

MD5_HASH

public static final String MD5_HASH
Field Value:
"md5"

MD_PRNG

public static final String MD_PRNG
PRNG based on a designated hash function.
Field Value:
"md"

NULL_CIPHER

public static final String NULL_CIPHER
Field Value:
"null"

OFB_MODE

public static final String OFB_MODE
Output Feedback Mode (NIST).
Field Value:
"ofb"

OMAC_PREFIX

public static final String OMAC_PREFIX
The One-key CBC MAC.
Field Value:
"omac-"

PBKDF2_PRNG_PREFIX

public static final String PBKDF2_PRNG_PREFIX
PRNG based on PBKDF2 from PKCS #5 v.2. This is suffixed with the name of a MAC to be used as a PRF.
Field Value:
"pbkdf2-"

PKCS5_PAD

public static final String PKCS5_PAD
PKCS#5 padding scheme.
Field Value:
"pkcs5"

PKCS7_PAD

public static final String PKCS7_PAD
PKCS#7 padding scheme.
Field Value:
"pkcs7"

PKCS8_ENCODING

public static final String PKCS8_ENCODING
Field Value:
"gnu.crypto.pkcs8.format"

PKCS8_ENCODING_ID

public static final int PKCS8_ENCODING_ID
Field Value:
3

PKCS8_ENCODING_SHORT_NAME

public static final String PKCS8_ENCODING_SHORT_NAME
Field Value:
"PKCS#8"

QOP_AUTH

public static final String QOP_AUTH
authentication only.
Field Value:
"auth"

QOP_AUTH_CONF

public static final String QOP_AUTH_CONF
authentication plus integrity and confidentiality protection.
Field Value:
"auth-conf"

QOP_AUTH_INT

public static final String QOP_AUTH_INT
authentication plus integrity protection.
Field Value:
"auth-int"

RAW_ENCODING

public static final String RAW_ENCODING
Field Value:
"gnu.crypto.raw.format"

RAW_ENCODING_ID

public static final int RAW_ENCODING_ID
Field Value:
1

RAW_ENCODING_SHORT_NAME

public static final String RAW_ENCODING_SHORT_NAME
Field Value:
"RAW"

RC4_PRNG

public static final String RC4_PRNG
We use "rc4" as an alias for "arcfour".
Field Value:
"rc4"

REUSE_FALSE

public static final String REUSE_FALSE
Field Value:
"false"

REUSE_TRUE

public static final String REUSE_TRUE
Field Value:
"true"

RIJNDAEL_CIPHER

public static final String RIJNDAEL_CIPHER
Field Value:
"rijndael"

RIJNDAEL_KWA

public static final String RIJNDAEL_KWA
Field Value:
"kw-rijndael"

RIPEMD128_HASH

public static final String RIPEMD128_HASH
Field Value:
"ripemd128"

RIPEMD160_HASH

public static final String RIPEMD160_HASH
Field Value:
"ripemd160"

RIPEMD_128_HASH

public static final String RIPEMD_128_HASH
RIPEMD-128 is synonymous to RIPEMD128.
Field Value:
"ripemd-128"

RIPEMD_160_HASH

public static final String RIPEMD_160_HASH
RIPEMD-160 is synonymous to RIPEMD160.
Field Value:
"ripemd-160"

RSA_KPG

public static final String RSA_KPG
Field Value:
"rsa"

RSA_OID_STRING

public static final String RSA_OID_STRING
Field Value:
"1.2.840.113549.1.1.1"

RSA_PKCS1_V1_5_ENCODING

public static final String RSA_PKCS1_V1_5_ENCODING
Field Value:
"pkcs1-v1.5"

RSA_PKCS1_V1_5_SIG

public static final String RSA_PKCS1_V1_5_SIG
Field Value:
"rsa-pkcs1-v1.5"

RSA_PSS_ENCODING

public static final String RSA_PSS_ENCODING
Field Value:
"pss"

RSA_PSS_SIG

public static final String RSA_PSS_SIG
Field Value:
"rsa-pss"

RSA_SIG_PREFIX

public static final String RSA_SIG_PREFIX
Field Value:
"rsa-"

SASL_ANONYMOUS_MECHANISM

public static final String SASL_ANONYMOUS_MECHANISM
Field Value:
"ANONYMOUS"

SASL_AUTHORISATION_ID

public static final String SASL_AUTHORISATION_ID
SASL authorization ID.
Field Value:
"gnu.crypto.sasl.authorisation.ID"

SASL_AUTH_INFO_PROVIDER_PKGS

public static final String SASL_AUTH_INFO_PROVIDER_PKGS
Name of authentication information provider packages.
Field Value:
"gnu.crypto.sasl.auth.info.provider.pkgs"

SASL_BUFFER_MAX_LIMIT

public static final int SASL_BUFFER_MAX_LIMIT
The size limit, in bytes, of a SASL Buffer.
Field Value:
2147483643

SASL_CALLBACK_HANDLER

public static final String SASL_CALLBACK_HANDLER
SASL Callback handler.
Field Value:
"gnu.crypto.sasl.callback.handler"

SASL_CHANNEL_BINDING

public static final String SASL_CHANNEL_BINDING
SASL channel binding.
Field Value:
"gnu.crypto.sasl.channel.binding"

SASL_CRAM_MD5_MECHANISM

public static final String SASL_CRAM_MD5_MECHANISM
Field Value:
"CRAM-MD5"

SASL_FOUR_BYTE_MAX_LIMIT

public static final int SASL_FOUR_BYTE_MAX_LIMIT
The size limit, in bytes, of a SASL EOS (Extended Octet Sequence) element.
Field Value:
2147483383

SASL_HMAC_MD5_IALG

public static final String SASL_HMAC_MD5_IALG
Field Value:
"HMACwithMD5"

SASL_HMAC_SHA_IALG

public static final String SASL_HMAC_SHA_IALG
Field Value:
"HMACwithSHA"

SASL_ONE_BYTE_MAX_LIMIT

public static final int SASL_ONE_BYTE_MAX_LIMIT
The size limit, in bytes, of a SASL OS (Octet Sequence) element.
Field Value:
255

SASL_PASSWORD

public static final String SASL_PASSWORD
Name of password property.
Field Value:
"gnu.crypto.sasl.password"

SASL_PLAIN_MECHANISM

public static final String SASL_PLAIN_MECHANISM
Field Value:
"PLAIN"

SASL_PREFIX

public static final String SASL_PREFIX
Field Value:
"gnu.crypto.sasl"

SASL_PROTOCOL

public static final String SASL_PROTOCOL
SASL protocol.
Field Value:
"gnu.crypto.sasl.protocol"

SASL_SERVER_NAME

public static final String SASL_SERVER_NAME
SASL Server name.
Field Value:
"gnu.crypto.sasl.server.name"

SASL_SRP_MECHANISM

public static final String SASL_SRP_MECHANISM
Field Value:
"SRP"

SASL_TWO_BYTE_MAX_LIMIT

public static final int SASL_TWO_BYTE_MAX_LIMIT
The size limit, in bytes, of both a SASL MPI (Multi-Precision Integer) element and a SASL Text element.
Field Value:
65535

SASL_USERNAME

public static final String SASL_USERNAME
Name of username property.
Field Value:
"gnu.crypto.sasl.username"

SERPENT_CIPHER

public static final String SERPENT_CIPHER
Field Value:
"serpent"

SERVER_AUTH_FALSE

public static final String SERVER_AUTH_FALSE
Server does not need to, or cannot, authenticate to the client.
Field Value:
"false"

SERVER_AUTH_TRUE

public static final String SERVER_AUTH_TRUE
Server must authenticate to the client.
Field Value:
"true"

SHA160_HASH

public static final String SHA160_HASH
Field Value:
"sha-160"

SHA1_HASH

public static final String SHA1_HASH
SHA1 is synonymous to SHA-160.
Field Value:
"sha1"

SHA256_HASH

public static final String SHA256_HASH
Field Value:
"sha-256"

SHA384_HASH

public static final String SHA384_HASH
Field Value:
"sha-384"

SHA512_HASH

public static final String SHA512_HASH
Field Value:
"sha-512"

SHA_1_HASH

public static final String SHA_1_HASH
SHA-1 is synonymous to SHA-160.
Field Value:
"sha-1"

SHA_HASH

public static final String SHA_HASH
SHA is synonymous to SHA-160.
Field Value:
"sha"

SQUARE_CIPHER

public static final String SQUARE_CIPHER
Field Value:
"square"

SRP6_KA

public static final String SRP6_KA
Field Value:
"srp6"

SRP_KPG

public static final String SRP_KPG
Field Value:
"srp"

SRP_SASL_KA

public static final String SRP_SASL_KA
Field Value:
"srp-sasl"

SRP_TLS_KA

public static final String SRP_TLS_KA
Field Value:
"srp-tls"

SSL3_PAD

public static final String SSL3_PAD
SSLv3 padding scheme.
Field Value:
"ssl3"

STRENGTH_HIGH

public static final String STRENGTH_HIGH
Field Value:
"high"

STRENGTH_LOW

public static final String STRENGTH_LOW
Field Value:
"low"

STRENGTH_MEDIUM

public static final String STRENGTH_MEDIUM
Field Value:
"medium"

TBC_PAD

public static final String TBC_PAD
Trailing Bit Complement padding scheme.
Field Value:
"tbc"

TIGER_HASH

public static final String TIGER_HASH
Field Value:
"tiger"

TLS1_PAD

public static final String TLS1_PAD
TLSv1 padding scheme.
Field Value:
"tls1"

TMMH16

public static final String TMMH16
The Truncated Multi-Modular Hash Function -v1 (David McGrew).
Field Value:
"tmmh16"

TRIPLEDES_CIPHER

public static final String TRIPLEDES_CIPHER
Field Value:
"tripledes"

TRIPLEDES_KWA

public static final String TRIPLEDES_KWA
Field Value:
"kw-tripledes"

TWOFISH_CIPHER

public static final String TWOFISH_CIPHER
Field Value:
"twofish"

UHASH32

public static final String UHASH32
Message Authentication Code using Universal Hashing (Ted Krovetz).
Field Value:
"uhash32"

UMAC32

public static final String UMAC32
Field Value:
"umac32"

UMAC_PRNG

public static final String UMAC_PRNG
PRNG based on UMAC's Key Derivation Function.
Field Value:
"umac-kdf"

VERSION_STRING

public static final String VERSION_STRING
Our version number.
Field Value:
"2.1.0"

WHIRLPOOL_HASH

public static final String WHIRLPOOL_HASH
Field Value:
"whirlpool"

X509_ENCODING

public static final String X509_ENCODING
Field Value:
"gnu.crypto.x509.format"

X509_ENCODING_ID

public static final int X509_ENCODING_ID
Field Value:
2

X509_ENCODING_SORT_NAME

public static final String X509_ENCODING_SORT_NAME
Field Value:
"X.509"

Registry.java -- Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. This file is a part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.