Documentation ¶
Index ¶
- func Base64EncodedMD5Hash(bytes []byte) string
- func Base64EncodedMD5HashValidator(value string, errorReporter structure.ErrorReporter)
- func DecryptWithAES256UsingPassphrase(bytes []byte, passphrase []byte) (_ []byte, err error)
- func EncryptWithAES256UsingPassphrase(bytes []byte, passphrase []byte) (_ []byte, err error)
- func ErrorValueStringAsBase64EncodedMD5HashNotValid(value string) error
- func HexEncodedMD5Hash(sourceString string) string
- func IsValidBase64EncodedMD5Hash(value string) bool
- func ValidateBase64EncodedMD5Hash(value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64EncodedMD5Hash ¶ added in v1.27.0
func Base64EncodedMD5HashValidator ¶ added in v1.27.0
func Base64EncodedMD5HashValidator(value string, errorReporter structure.ErrorReporter)
func ErrorValueStringAsBase64EncodedMD5HashNotValid ¶ added in v1.27.0
func HexEncodedMD5Hash ¶ added in v1.27.0
func IsValidBase64EncodedMD5Hash ¶ added in v1.27.0
func ValidateBase64EncodedMD5Hash ¶ added in v1.27.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.