public class StringToBinary extends java.lang.Object implements TypeAdapter<java.lang.String,byte[]>
| Constructor and Description |
|---|
StringToBinary() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
algorithmToUnderlying(java.lang.String algorithmValue)
Convert an object from the algorithm type to the underlying type.
|
void |
configure(MaskValueMetadata metadata)
Configure this type adapter.
|
MaskingAlgorithm.MaskingType |
getAlgorithmType()
Get the algorithm type of this type adapter.
|
UnderlyingDataType |
getUnderlyingType()
Get the underlying type of this type adapter.
|
java.lang.String |
underlyingToAlgorithm(byte[] underValue)
Convert an object from the underlying type to the algorithm type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurepublic MaskingAlgorithm.MaskingType getAlgorithmType()
TypeAdaptergetAlgorithmType in interface TypeAdapter<java.lang.String,byte[]>public UnderlyingDataType getUnderlyingType()
TypeAdaptergetUnderlyingType in interface TypeAdapter<java.lang.String,byte[]>public void configure(MaskValueMetadata metadata)
TypeAdapterconfigure in interface TypeAdapter<java.lang.String,byte[]>metadata - An interface providing methods to retrieve additional information about the
underlying typepublic byte[] algorithmToUnderlying(java.lang.String algorithmValue)
TypeAdapteralgorithmToUnderlying in interface TypeAdapter<java.lang.String,byte[]>algorithmValue - An object of the type referenced by getAlgorithmTypepublic java.lang.String underlyingToAlgorithm(byte[] underValue)
TypeAdapterunderlyingToAlgorithm in interface TypeAdapter<java.lang.String,byte[]>underValue - An object of the type referenced by getUnderlyingType