Java Runtime 3.0.1
Loading...
Searching...
No Matches
List of all members
com.schemarise.alfa.runtime.Encrypted< T > Interface Template Reference
Inheritance diagram for com.schemarise.alfa.runtime.Encrypted< T >:
com.schemarise.alfa.runtime.CustomEncodedType< T > com.schemarise.alfa.runtime.AlfaObject

Additional Inherited Members

- Public Member Functions inherited from com.schemarise.alfa.runtime.CustomEncodedType< T >
byte[] getEncodedBytes ()
 
getValue (IBuilderConfig builderConfig)
 
- Public Member Functions inherited from com.schemarise.alfa.runtime.AlfaObject
TypeDescriptor descriptor ()
 
Object get (String fieldName)
 
default void validate (com.schemarise.alfa.runtime.IBuilderConfig __builderConfig)
 

Detailed Description

Class representing an encrypted< T > object. T can be any Alfa supported type which is securely encrypted by the implementation in BuilderConfig. Only BuilderConfig.getRuntime() has the keys and implementation to encrypt/decrypt the data.

Parameters
<T>The type of object being encrypted.

The documentation for this interface was generated from the following file: