Documentation
¶
Overview ¶
Package internal declares a Raw private key type, only available for use in the keystore sub-tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Raw ¶
type Raw struct {
// contains filtered or unexported fields
}
Raw is a wrapper type that holds private key bytes and is designed to prevent accidental logging. The only way to access the internal bytes (without reflection) is to use Bytes, which is only available to ancestor packages of the parent keystore/ directory.
Click to show internal directories.
Click to hide internal directories.