.. java:import:: com.idopte.scmapi Token .. java:import:: java.security AccessController .. java:import:: java.security PrivilegedAction Provider ======== .. java:package:: com.idopte.scmapi.jca :noindex: .. java:type:: public class Provider extends java.security.Provider The Smart Card Middleware JCA provider supports public and private key objects obtained from \ :java:ref:`Token.getObjects()`\ . This way, such token objects can directly be used from standard APIs accepting \ :java:ref:`java.security.Key`\ objects as input. The provider must be installed by calling \ :java:ref:`java.security.Security.addProvider(java.security.Provider)`\ . Fields ------ name ^^^^ .. java:field:: public static final String name :outertype: Provider Constructs the provider. Constructors ------------ Provider ^^^^^^^^ .. java:constructor:: public Provider() :outertype: Provider