![]() |
Java Runtime 3.0.1
|
Additional Inherited Members | |
Public Member Functions inherited from com.schemarise.alfa.runtime.CustomEncodedType< T > | |
| byte[] | getEncodedBytes () |
| T | 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) |
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.
| <T> | The type of object being encrypted. |