Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type YcCrypter ¶
type YcCrypter struct {
// contains filtered or unexported fields
}
type YcSymmetricKeyInterface ¶
type YcSymmetricKeyInterface interface { GetKey() []byte Decrypt() error GetEncryptedKey() []byte ReadEncryptedKey(r io.Reader) error CreateKey() error }
func YcSymmetricKeyFromKeyIDAndSdk ¶
func YcSymmetricKeyFromKeyIDAndSdk(keyID string, sdk *ycsdk.SDK) YcSymmetricKeyInterface
Click to show internal directories.
Click to hide internal directories.