Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncodingSpecTest ¶
func (*EncodingSpecTest) Run ¶
func (test *EncodingSpecTest) Run(t *testing.T)
func (*EncodingSpecTest) TestName ¶
func (test *EncodingSpecTest) TestName() string
type EncryptionSpecTest ¶ added in v0.2.2
type EncryptionSpecTest struct {
Name string
SKPem []byte
PKPem []byte
PlainText []byte
CipherText []byte
}
func (*EncryptionSpecTest) Run ¶ added in v0.2.2
func (test *EncryptionSpecTest) Run(t *testing.T)
func (*EncryptionSpecTest) TestName ¶ added in v0.2.2
func (test *EncryptionSpecTest) TestName() string
Click to show internal directories.
Click to hide internal directories.