Package org.freedesktop.secret
Class Static.Algorithm
- java.lang.Object
-
- org.freedesktop.secret.Static.Algorithm
-
-
Field Summary
Fields Modifier and Type Field Description static StringAESstatic StringAES_CBC_PKCS5static StringDH_IETF1024_SHA256_AES128_CBC_PKCS7static StringDIFFIE_HELLMANstatic StringPLAINstatic StringSHA1_PRNG
-
Constructor Summary
Constructors Constructor Description Algorithm()
-
-
-
Field Detail
-
PLAIN
public static final String PLAIN
- See Also:
- Constant Field Values
-
DH_IETF1024_SHA256_AES128_CBC_PKCS7
public static final String DH_IETF1024_SHA256_AES128_CBC_PKCS7
- See Also:
- Constant Field Values
-
DIFFIE_HELLMAN
public static final String DIFFIE_HELLMAN
- See Also:
- Constant Field Values
-
AES
public static final String AES
- See Also:
- Constant Field Values
-
AES_CBC_PKCS5
public static final String AES_CBC_PKCS5
- See Also:
- Constant Field Values
-
SHA1_PRNG
public static final String SHA1_PRNG
- See Also:
- Constant Field Values
-
-