java.lang.Object
com.orientechnologies.orient.core.security.symmetrickey.OSymmetricKeyCI
All Implemented Interfaces:
OCredentialInterceptor

public class OSymmetricKeyCI extends Object implements OCredentialInterceptor
Provides a symmetric key credential interceptor.

The "password" parameter should be a JSON document specifying "keyAlgorithm" and "key", "keyFile", or "keyStore".

The method getPassword() will return a Base64-encoded JSON document with the encrypted "username" as its payload.

Author:
S. Colin Leister