Class JCAConstantExtension
- java.lang.Object
-
- org.geant.idpextension.oidc.crypto.support.JCAConstantExtension
-
public final class JCAConstantExtension extends Object
Additional constants toJCAConstantsdefined in and/or used with the Java Cryptography Architecture (JCA) specification.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCIPHER_PADDING_OAEPCipher padding "OAEP".static StringCIPHER_PADDING_OAEP_256Cipher padding "OAEP-256".static StringCIPHER_PADDING_PKCS5Cipher padding: "PKCS5Padding".
-
Constructor Summary
Constructors Modifier Constructor Description privateJCAConstantExtension()Private constructor.
-
-
-
Field Detail
-
CIPHER_PADDING_PKCS5
public static final String CIPHER_PADDING_PKCS5
Cipher padding: "PKCS5Padding".- See Also:
- Constant Field Values
-
CIPHER_PADDING_OAEP
public static final String CIPHER_PADDING_OAEP
Cipher padding "OAEP".- See Also:
- Constant Field Values
-
CIPHER_PADDING_OAEP_256
public static final String CIPHER_PADDING_OAEP_256
Cipher padding "OAEP-256".- See Also:
- Constant Field Values
-
-