Documentation ¶
Overview ¶
Package akw provides the AES key encryption algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKeyWrapper ¶
func NewKeyWrapper(privateKey []byte) keymanage.KeyWrapper
Types ¶
type Algorithm ¶
type Algorithm struct {
// contains filtered or unexported fields
}
func (*Algorithm) NewKeyWrapper ¶
func (alg *Algorithm) NewKeyWrapper(key keymanage.Key) keymanage.KeyWrapper
type KeyWrapper ¶
type KeyWrapper struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.