Class OUserSymmetricKeyConfig
java.lang.Object
com.orientechnologies.orient.core.security.symmetrickey.OUserSymmetricKeyConfig
- All Implemented Interfaces:
OSymmetricKeyConfig
Implements the OSymmetricKeyConfig interface for OUser records. The constructor looks for a
"properties" field on the OUser document. The "properties" field should be a JSON document
containing the OSymmetricKey-specific fields.
- Author:
- S. Colin Leister
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanboolean
-
Constructor Details
-
OUserSymmetricKeyConfig
-
-
Method Details
-
getKeyString
- Specified by:
getKeyStringin interfaceOSymmetricKeyConfig
-
getKeyFile
- Specified by:
getKeyFilein interfaceOSymmetricKeyConfig
-
getKeyAlgorithm
- Specified by:
getKeyAlgorithmin interfaceOSymmetricKeyConfig
-
getKeystoreFile
- Specified by:
getKeystoreFilein interfaceOSymmetricKeyConfig
-
getKeystorePassword
- Specified by:
getKeystorePasswordin interfaceOSymmetricKeyConfig
-
getKeystoreKeyAlias
- Specified by:
getKeystoreKeyAliasin interfaceOSymmetricKeyConfig
-
getKeystoreKeyPassword
- Specified by:
getKeystoreKeyPasswordin interfaceOSymmetricKeyConfig
-
usesKeyString
public boolean usesKeyString()- Specified by:
usesKeyStringin interfaceOSymmetricKeyConfig
-
usesKeyFile
public boolean usesKeyFile()- Specified by:
usesKeyFilein interfaceOSymmetricKeyConfig
-
usesKeystore
public boolean usesKeystore()- Specified by:
usesKeystorein interfaceOSymmetricKeyConfig
-