Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyChainProtectionParams ¶
type KeyChainProtectionParams struct {
UserSecretType int32
LockScreenUiFormat int32
KeyDerivationParams *KeyDerivationParams
}
func (*KeyChainProtectionParams) MarshalParcel ¶
func (s *KeyChainProtectionParams) MarshalParcel( p *parcel.Parcel, ) error
func (*KeyChainProtectionParams) UnmarshalParcel ¶
func (s *KeyChainProtectionParams) UnmarshalParcel( p *parcel.Parcel, ) error
type KeyChainSnapshot ¶
func (*KeyChainSnapshot) MarshalParcel ¶
func (s *KeyChainSnapshot) MarshalParcel( p *parcel.Parcel, ) error
func (*KeyChainSnapshot) UnmarshalParcel ¶
func (s *KeyChainSnapshot) UnmarshalParcel( p *parcel.Parcel, ) error
type KeyDerivationParams ¶
func (*KeyDerivationParams) MarshalParcel ¶
func (s *KeyDerivationParams) MarshalParcel( p *parcel.Parcel, ) error
func (*KeyDerivationParams) UnmarshalParcel ¶
func (s *KeyDerivationParams) UnmarshalParcel( p *parcel.Parcel, ) error
type RecoveryCertPath ¶
type RecoveryCertPath struct {
}
func (*RecoveryCertPath) MarshalParcel ¶
func (s *RecoveryCertPath) MarshalParcel( p *parcel.Parcel, ) error
func (*RecoveryCertPath) UnmarshalParcel ¶
func (s *RecoveryCertPath) UnmarshalParcel( p *parcel.Parcel, ) error
type WrappedApplicationKey ¶
type WrappedApplicationKey struct {
Alias string
}
func (*WrappedApplicationKey) MarshalParcel ¶
func (s *WrappedApplicationKey) MarshalParcel( p *parcel.Parcel, ) error
func (*WrappedApplicationKey) UnmarshalParcel ¶
func (s *WrappedApplicationKey) UnmarshalParcel( p *parcel.Parcel, ) error
Click to show internal directories.
Click to hide internal directories.