Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedString ¶
type EncryptedString struct { IV []byte Data []byte Hmac []byte Key symmetrickey.Key }
func New ¶
func New(iv, data, hmac []byte, key symmetrickey.Key) EncryptedString
func NewFromEncryptedValue ¶
func NewFromEncryptedValue(encryptedValue string) (*EncryptedString, error)
func (*EncryptedString) String ¶
func (encString *EncryptedString) String() string
Click to show internal directories.
Click to hide internal directories.