Documentation ¶
Index ¶
- Variables
- func Type_KeyStoreClient_() _dafny.TypeDescriptor
- type CompanionStruct_Default___
- func (_static *CompanionStruct_Default___) CreateFailureOfError(error_ m_AwsCryptographyKeyStoreTypes.Error) m_Wrappers.Result
- func (_static *CompanionStruct_Default___) CreateSuccessOfClient(client m_AwsCryptographyKeyStoreTypes.IKeyStoreClient) m_Wrappers.Result
- func (_static *CompanionStruct_Default___) DefaultKeyStoreConfig() m_AwsCryptographyKeyStoreTypes.KeyStoreConfig
- func (_static *CompanionStruct_Default___) KeyStore(config m_AwsCryptographyKeyStoreTypes.KeyStoreConfig) m_Wrappers.Result
- type CompanionStruct_KeyStoreClient_
- type Default__
- type Dummy__
- type KeyStoreClient
- func (_this *KeyStoreClient) Config() m_AwsCryptographyKeyStoreOperations.Config
- func (_this *KeyStoreClient) CreateKey(input m_AwsCryptographyKeyStoreTypes.CreateKeyInput) m_Wrappers.Result
- func (_this *KeyStoreClient) CreateKeyStore(input m_AwsCryptographyKeyStoreTypes.CreateKeyStoreInput) m_Wrappers.Result
- func (_this *KeyStoreClient) Ctor__(config m_AwsCryptographyKeyStoreOperations.Config)
- func (_this *KeyStoreClient) Equals(other *KeyStoreClient) bool
- func (_this *KeyStoreClient) EqualsGeneric(x interface{}) bool
- func (_this *KeyStoreClient) GetActiveBranchKey(input m_AwsCryptographyKeyStoreTypes.GetActiveBranchKeyInput) m_Wrappers.Result
- func (_this *KeyStoreClient) GetBeaconKey(input m_AwsCryptographyKeyStoreTypes.GetBeaconKeyInput) m_Wrappers.Result
- func (_this *KeyStoreClient) GetBranchKeyVersion(input m_AwsCryptographyKeyStoreTypes.GetBranchKeyVersionInput) m_Wrappers.Result
- func (_this *KeyStoreClient) GetKeyStoreInfo() m_Wrappers.Result
- func (_this *KeyStoreClient) ParentTraits_() []*_dafny.TraitID
- func (*KeyStoreClient) String() string
- func (_this *KeyStoreClient) VersionKey(input m_AwsCryptographyKeyStoreTypes.VersionKeyInput) m_Wrappers.Result
Constants ¶
This section is empty.
Variables ¶
View Source
var Companion_Default___ = CompanionStruct_Default___{}
View Source
var Companion_KeyStoreClient_ = CompanionStruct_KeyStoreClient_{}
Functions ¶
func Type_KeyStoreClient_ ¶
func Type_KeyStoreClient_() _dafny.TypeDescriptor
Types ¶
type CompanionStruct_Default___ ¶
type CompanionStruct_Default___ struct { }
func (*CompanionStruct_Default___) CreateFailureOfError ¶
func (_static *CompanionStruct_Default___) CreateFailureOfError(error_ m_AwsCryptographyKeyStoreTypes.Error) m_Wrappers.Result
func (*CompanionStruct_Default___) CreateSuccessOfClient ¶
func (_static *CompanionStruct_Default___) CreateSuccessOfClient(client m_AwsCryptographyKeyStoreTypes.IKeyStoreClient) m_Wrappers.Result
func (*CompanionStruct_Default___) DefaultKeyStoreConfig ¶
func (_static *CompanionStruct_Default___) DefaultKeyStoreConfig() m_AwsCryptographyKeyStoreTypes.KeyStoreConfig
func (*CompanionStruct_Default___) KeyStore ¶
func (_static *CompanionStruct_Default___) KeyStore(config m_AwsCryptographyKeyStoreTypes.KeyStoreConfig) m_Wrappers.Result
type CompanionStruct_KeyStoreClient_ ¶
type CompanionStruct_KeyStoreClient_ struct { }
type Default__ ¶
type Default__ struct {
// contains filtered or unexported fields
}
Definition of class Default__
func New_Default___ ¶
func New_Default___() *Default__
func (*Default__) EqualsGeneric ¶
func (*Default__) ParentTraits_ ¶
type KeyStoreClient ¶
type KeyStoreClient struct {
// contains filtered or unexported fields
}
Definition of class KeyStoreClient
func New_KeyStoreClient_ ¶
func New_KeyStoreClient_() *KeyStoreClient
func (*KeyStoreClient) Config ¶
func (_this *KeyStoreClient) Config() m_AwsCryptographyKeyStoreOperations.Config
func (*KeyStoreClient) CreateKey ¶
func (_this *KeyStoreClient) CreateKey(input m_AwsCryptographyKeyStoreTypes.CreateKeyInput) m_Wrappers.Result
func (*KeyStoreClient) CreateKeyStore ¶
func (_this *KeyStoreClient) CreateKeyStore(input m_AwsCryptographyKeyStoreTypes.CreateKeyStoreInput) m_Wrappers.Result
func (*KeyStoreClient) Ctor__ ¶
func (_this *KeyStoreClient) Ctor__(config m_AwsCryptographyKeyStoreOperations.Config)
func (*KeyStoreClient) Equals ¶
func (_this *KeyStoreClient) Equals(other *KeyStoreClient) bool
func (*KeyStoreClient) EqualsGeneric ¶
func (_this *KeyStoreClient) EqualsGeneric(x interface{}) bool
func (*KeyStoreClient) GetActiveBranchKey ¶
func (_this *KeyStoreClient) GetActiveBranchKey(input m_AwsCryptographyKeyStoreTypes.GetActiveBranchKeyInput) m_Wrappers.Result
func (*KeyStoreClient) GetBeaconKey ¶
func (_this *KeyStoreClient) GetBeaconKey(input m_AwsCryptographyKeyStoreTypes.GetBeaconKeyInput) m_Wrappers.Result
func (*KeyStoreClient) GetBranchKeyVersion ¶
func (_this *KeyStoreClient) GetBranchKeyVersion(input m_AwsCryptographyKeyStoreTypes.GetBranchKeyVersionInput) m_Wrappers.Result
func (*KeyStoreClient) GetKeyStoreInfo ¶
func (_this *KeyStoreClient) GetKeyStoreInfo() m_Wrappers.Result
func (*KeyStoreClient) ParentTraits_ ¶
func (_this *KeyStoreClient) ParentTraits_() []*_dafny.TraitID
func (*KeyStoreClient) String ¶
func (*KeyStoreClient) String() string
func (*KeyStoreClient) VersionKey ¶
func (_this *KeyStoreClient) VersionKey(input m_AwsCryptographyKeyStoreTypes.VersionKeyInput) m_Wrappers.Result
Click to show internal directories.
Click to hide internal directories.