github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/controller/internal/enforcer/utils/ephemeralkeys/interfaces.go (about)

     1  package ephemeralkeys
     2  
     3  // KeyAccessor holds the ephemeral key functions
     4  type KeyAccessor interface {
     5  	PrivateKey() *PrivateKey
     6  	DecodingKeyV1() []byte
     7  	DecodingKeyV2() []byte
     8  }