Documentation ¶
Index ¶
- type AddressOverride
- type Core
- func (c *Core) DeepCopy() *Core
- func (c *Core) DeepCopyInto(into *Core)
- func (c *Core) GetAddressOverrides() []AddressOverride
- func (c *Core) GetBCCSPSection() *common.BCCSP
- func (c *Core) GetMaxNameLength() *int
- func (c *Core) MergeWith(newConfig interface{}, UsingHSMProxy bool) error
- func (c *Core) SetBCCSPLibrary(library string)
- func (c *Core) SetDefaultKeyStore()
- func (c *Core) SetPKCS11Defaults(usingHSMProxy bool)
- func (c *Core) ToBytes() ([]byte, error)
- func (c *Core) UsingPKCS11() bool
- func (c *Core) WriteToFile(path string) error
- type DeliveryClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressOverride ¶
type AddressOverride struct { v1.AddressOverride // contains filtered or unexported fields }
func (*AddressOverride) CACertsFileToBytes ¶
func (a *AddressOverride) CACertsFileToBytes() ([]byte, error)
func (*AddressOverride) GetCertBytes ¶
func (a *AddressOverride) GetCertBytes() []byte
type Core ¶
func ReadCoreFile ¶
func ReadCoreFromBytes ¶
func (*Core) DeepCopyInto ¶
func (*Core) GetAddressOverrides ¶
func (c *Core) GetAddressOverrides() []AddressOverride
func (*Core) GetBCCSPSection ¶
func (*Core) GetMaxNameLength ¶
func (*Core) SetBCCSPLibrary ¶
func (*Core) SetDefaultKeyStore ¶
func (c *Core) SetDefaultKeyStore()
func (*Core) SetPKCS11Defaults ¶
func (*Core) UsingPKCS11 ¶
func (*Core) WriteToFile ¶
type DeliveryClient ¶
type DeliveryClient struct {
v1.DeliveryClient
}
func (*DeliveryClient) HandleCAcertsFiles ¶
func (d *DeliveryClient) HandleCAcertsFiles() ([]AddressOverride, error)
Click to show internal directories.
Click to hide internal directories.