Provider¶
-
public class
Provider
extends java.security.Provider¶ The Smart Card Middleware JCA provider, named
Idopte SCMiddleware
orIdopte
, supports public and private key objects obtained fromToken.getObjects()
. This way, such token objects can directly be used from standard APIs acceptingjava.security.Key
objects as input.The provider must be registered by calling
java.security.Security.addProvider(java.security.Provider)
.Supported algorithms are the following:
MessageDigest.SHA-1
MessageDigest.SHA-256
MessageDigest.SHA-384
MessageDigest.SHA-512
Signature.NONEwithRSA
Signature.SHA1withRSA
Signature.SHA256withRSA
Signature.SHA384withRSA
Signature.SHA512withRSA
Signature.SHA1withRSA/PSS
Signature.SHA256withRSA/PSS
Signature.SHA384withRSA/PSS
Signature.SHA512withRSA/PSS
Cipher.RSA
Cipher.RSA/ECB/PKCS1Padding
Cipher.RSA/ECB/NoPadding