public interface Pkcs11KeyManagerProviderCfgClient extends KeyManagerProviderCfgClient
The PKCS#11 Key Manager Provider enables the server to access the private key information through the PKCS11 interface.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends Pkcs11KeyManagerProviderCfgClient,? extends Pkcs11KeyManagerProviderCfg> |
definition()
Get the configuration definition associated with this PKCS#11 Key Manager Provider.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
ValueOrExpression<String> |
getKeyStorePin()
Gets the "key-store-pin" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setKeyStorePin(ValueOrExpression<String> value)
Sets the "key-store-pin" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends Pkcs11KeyManagerProviderCfgClient,? extends Pkcs11KeyManagerProviderCfg> definition()
definition
in interface ConfigurationClient
definition
in interface KeyManagerProviderCfgClient
ValueOrExpression<String> getJavaClass()
The fully-qualified name of the Java class that provides the PKCS#11 Key Manager Provider implementation.
getJavaClass
in interface KeyManagerProviderCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
The fully-qualified name of the Java class that provides the PKCS#11 Key Manager Provider implementation.
setJavaClass
in interface KeyManagerProviderCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getKeyStorePin()
Specifies the clear-text PIN needed to access the PKCS#11 Key Manager Provider .
void setKeyStorePin(ValueOrExpression<String> value) throws PropertyException
Specifies the clear-text PIN needed to access the PKCS#11 Key Manager Provider .
value
- The value of the "key-store-pin" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.