Documentation
¶
Index ¶
- func CreateCryptoEngine(path string) types.CryptoProvider
- func CryptoEngine() types.CryptoProvider
- func Encryption_Testing_Aes256(crypto types.CryptoProvider) bool
- func GetKeys_Test(crypto types.CryptoProvider) (bool, error)
- func Sign_Testing_Ed(crypto types.CryptoProvider) bool
- func Sign_Testing_Rsa4096(crypto types.CryptoProvider) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCryptoEngine ¶
func CreateCryptoEngine(path string) types.CryptoProvider
Allows it to switch the Plugin and reload a crypto engine from another path. Makes only sense when the file system contains more than one plugin. Mostly just for unit tests relevant.
func CryptoEngine ¶
func CryptoEngine() types.CryptoProvider
Returns standard Cryptoengine which is shipped with the docker image and/or the local file system.
func Encryption_Testing_Aes256 ¶ added in v1.4.0
func Encryption_Testing_Aes256(crypto types.CryptoProvider) bool
This function is forseen for standardize testing of Aes256 together with providers.
func GetKeys_Test ¶ added in v1.4.0
func GetKeys_Test(crypto types.CryptoProvider) (bool, error)
This function is forseen for standardize testing together with providers.
func Sign_Testing_Ed ¶ added in v1.4.0
func Sign_Testing_Ed(crypto types.CryptoProvider) bool
This function is forseen for standardize testing of ED together with providers.
func Sign_Testing_Rsa4096 ¶ added in v1.4.0
func Sign_Testing_Rsa4096(crypto types.CryptoProvider) bool
This function is forseen for standardize testing of RSA4096 together with providers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.