Documentation
¶
Overview ¶
Package types provides shared types for the OpenTDF library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyPair ¶
type KeyPair struct {
// RSA keys for OpenTDF format
RSAPrivateKey *rsa.PrivateKey
RSAPublicKey *rsa.PublicKey
// ECC keys for NanoTDF format
ECCPrivateKey *ecdsa.PrivateKey
ECCPublicKey *ecdsa.PublicKey
}
KeyPair represents a generic key pair for encryption operations.
Click to show internal directories.
Click to hide internal directories.