Documentation
¶
Index ¶
- Variables
- func Type_ESDKEncryptedDataKey_() _dafny.TypeDescriptor
- func Type_ESDKEncryptionContext_() _dafny.TypeDescriptor
- func Type_Pair_(Type_K_ _dafny.TypeDescriptor, Type_V_ _dafny.TypeDescriptor) _dafny.TypeDescriptor
- func Type_ShortUTF8Seq_() _dafny.TypeDescriptor
- type CompanionStruct_Default___
- func (_static *CompanionStruct_Default___) ESDK__CANONICAL__ENCRYPTION__CONTEXT__MAX__LENGTH() _dafny.Int
- func (_static *CompanionStruct_Default___) GetCanonicalLinearPairs(encryptionContext _dafny.Map) _dafny.Sequence
- func (_static *CompanionStruct_Default___) GetEncryptKeyLength(a m_AwsCryptographyMaterialProvidersTypes.AlgorithmSuiteInfo) int32
- func (_static *CompanionStruct_Default___) GetIvLength(a m_AwsCryptographyMaterialProvidersTypes.AlgorithmSuiteInfo) uint8
- func (_static *CompanionStruct_Default___) GetTagLength(a m_AwsCryptographyMaterialProvidersTypes.AlgorithmSuiteInfo) uint8
- func (_static *CompanionStruct_Default___) IsESDKEncryptedDataKey(edk m_AwsCryptographyMaterialProvidersTypes.EncryptedDataKey) bool
- func (_static *CompanionStruct_Default___) IsESDKEncryptionContext(ec _dafny.Map) bool
- func (_static *CompanionStruct_Default___) Length(encryptionContext _dafny.Map) _dafny.Int
- func (_static *CompanionStruct_Default___) LinearLength(pairs _dafny.Sequence) _dafny.Int
- func (_static *CompanionStruct_Default___) PairLength(pair Pair) _dafny.Int
- type CompanionStruct_ESDKEncryptedDataKey_
- type CompanionStruct_ESDKEncryptionContext_
- type CompanionStruct_Pair_
- type CompanionStruct_ShortUTF8Seq_
- type Data_Pair_
- type Default__
- type Dummy__
- type ESDKEncryptedDataKey
- type ESDKEncryptionContext
- type Pair
- func (_this Pair) Dtor_key() interface{}
- func (_this Pair) Dtor_value() interface{}
- func (_this Pair) Equals(other Pair) bool
- func (_this Pair) EqualsGeneric(other interface{}) bool
- func (_this Pair) Get_() Data_Pair_
- func (_this Pair) Is_Pair() bool
- func (_this Pair) ParentTraits_() []*_dafny.TraitID
- func (_this Pair) String() string
- type Pair_Pair
- type ShortUTF8Seq
Constants ¶
This section is empty.
Variables ¶
View Source
var Companion_Default___ = CompanionStruct_Default___{}
View Source
var Companion_ESDKEncryptedDataKey_ = CompanionStruct_ESDKEncryptedDataKey_{}
View Source
var Companion_ESDKEncryptionContext_ = CompanionStruct_ESDKEncryptionContext_{}
View Source
var Companion_Pair_ = CompanionStruct_Pair_{}
View Source
var Companion_ShortUTF8Seq_ = CompanionStruct_ShortUTF8Seq_{}
Functions ¶
func Type_ESDKEncryptedDataKey_ ¶
func Type_ESDKEncryptedDataKey_() _dafny.TypeDescriptor
func Type_ESDKEncryptionContext_ ¶
func Type_ESDKEncryptionContext_() _dafny.TypeDescriptor
func Type_Pair_ ¶
func Type_Pair_(Type_K_ _dafny.TypeDescriptor, Type_V_ _dafny.TypeDescriptor) _dafny.TypeDescriptor
func Type_ShortUTF8Seq_ ¶
func Type_ShortUTF8Seq_() _dafny.TypeDescriptor
Types ¶
type CompanionStruct_Default___ ¶
type CompanionStruct_Default___ struct { }
func (*CompanionStruct_Default___) ESDK__CANONICAL__ENCRYPTION__CONTEXT__MAX__LENGTH ¶
func (_static *CompanionStruct_Default___) ESDK__CANONICAL__ENCRYPTION__CONTEXT__MAX__LENGTH() _dafny.Int
func (*CompanionStruct_Default___) GetCanonicalLinearPairs ¶
func (_static *CompanionStruct_Default___) GetCanonicalLinearPairs(encryptionContext _dafny.Map) _dafny.Sequence
func (*CompanionStruct_Default___) GetEncryptKeyLength ¶
func (_static *CompanionStruct_Default___) GetEncryptKeyLength(a m_AwsCryptographyMaterialProvidersTypes.AlgorithmSuiteInfo) int32
func (*CompanionStruct_Default___) GetIvLength ¶
func (_static *CompanionStruct_Default___) GetIvLength(a m_AwsCryptographyMaterialProvidersTypes.AlgorithmSuiteInfo) uint8
func (*CompanionStruct_Default___) GetTagLength ¶
func (_static *CompanionStruct_Default___) GetTagLength(a m_AwsCryptographyMaterialProvidersTypes.AlgorithmSuiteInfo) uint8
func (*CompanionStruct_Default___) IsESDKEncryptedDataKey ¶
func (_static *CompanionStruct_Default___) IsESDKEncryptedDataKey(edk m_AwsCryptographyMaterialProvidersTypes.EncryptedDataKey) bool
func (*CompanionStruct_Default___) IsESDKEncryptionContext ¶
func (_static *CompanionStruct_Default___) IsESDKEncryptionContext(ec _dafny.Map) bool
func (*CompanionStruct_Default___) Length ¶
func (_static *CompanionStruct_Default___) Length(encryptionContext _dafny.Map) _dafny.Int
func (*CompanionStruct_Default___) LinearLength ¶
func (_static *CompanionStruct_Default___) LinearLength(pairs _dafny.Sequence) _dafny.Int
func (*CompanionStruct_Default___) PairLength ¶
func (_static *CompanionStruct_Default___) PairLength(pair Pair) _dafny.Int
type CompanionStruct_ESDKEncryptedDataKey_ ¶
type CompanionStruct_ESDKEncryptedDataKey_ struct { }
func (*CompanionStruct_ESDKEncryptedDataKey_) Is_ ¶
func (_this *CompanionStruct_ESDKEncryptedDataKey_) Is_(__source m_AwsCryptographyMaterialProvidersTypes.EncryptedDataKey) bool
type CompanionStruct_ESDKEncryptionContext_ ¶
type CompanionStruct_ESDKEncryptionContext_ struct { }
type CompanionStruct_Pair_ ¶
type CompanionStruct_Pair_ struct { }
func (CompanionStruct_Pair_) Create_Pair_ ¶
func (CompanionStruct_Pair_) Create_Pair_(Key interface{}, Value interface{}) Pair
func (CompanionStruct_Pair_) Default ¶
func (CompanionStruct_Pair_) Default(_default_K interface{}, _default_V interface{}) Pair
type CompanionStruct_ShortUTF8Seq_ ¶
type CompanionStruct_ShortUTF8Seq_ struct { }
type Data_Pair_ ¶
type Data_Pair_ interface {
// contains filtered or unexported methods
}
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 ESDKEncryptedDataKey ¶
type ESDKEncryptedDataKey struct { }
Definition of class ESDKEncryptedDataKey
func New_ESDKEncryptedDataKey_ ¶
func New_ESDKEncryptedDataKey_() *ESDKEncryptedDataKey
func (*ESDKEncryptedDataKey) String ¶
func (*ESDKEncryptedDataKey) String() string
type ESDKEncryptionContext ¶
type ESDKEncryptionContext struct { }
Definition of class ESDKEncryptionContext
func New_ESDKEncryptionContext_ ¶
func New_ESDKEncryptionContext_() *ESDKEncryptionContext
func (*ESDKEncryptionContext) String ¶
func (*ESDKEncryptionContext) String() string
type Pair ¶
type Pair struct {
Data_Pair_
}
Definition of datatype Pair
func (Pair) Dtor_value ¶
func (_this Pair) Dtor_value() interface{}
func (Pair) EqualsGeneric ¶
func (Pair) Get_ ¶
func (_this Pair) Get_() Data_Pair_
func (Pair) ParentTraits_ ¶
type ShortUTF8Seq ¶
type ShortUTF8Seq struct { }
Definition of class ShortUTF8Seq
func New_ShortUTF8Seq_ ¶
func New_ShortUTF8Seq_() *ShortUTF8Seq
func (*ShortUTF8Seq) String ¶
func (*ShortUTF8Seq) String() string
Click to show internal directories.
Click to hide internal directories.