Documentation
¶
Index ¶
- type BackendBusyExceptionClient
- type KeyGenParameterSpecBuilderClient
- func (c *KeyGenParameterSpecBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetAlgorithmParameterSpec(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetAttestKeyAlias(ctx context.Context, arg0 string) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetAttestationChallenge(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetBlockModes(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetCertificateNotAfter(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetCertificateNotBefore(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetCertificateSerialNumber(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetCertificateSubject(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetDevicePropertiesAttestationIncluded(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetDigests(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetEncryptionPaddings(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetInvalidatedByBiometricEnrollment(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetIsStrongBoxBacked(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetKeySize(ctx context.Context, arg0 int32) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetKeyValidityEnd(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetKeyValidityForConsumptionEnd(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetKeyValidityForOriginationEnd(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetKeyValidityStart(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetMaxUsageCount(ctx context.Context, arg0 int32) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetMgf1Digests(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetRandomizedEncryptionRequired(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetSignaturePaddings(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetUnlockedDeviceRequired(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetUserAuthenticationParameters(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetUserAuthenticationRequired(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetUserAuthenticationValidWhileOnBody(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetUserAuthenticationValidityDurationSeconds(ctx context.Context, arg0 int32) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetUserConfirmationRequired(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyGenParameterSpecBuilderClient) SetUserPresenceRequired(ctx context.Context, arg0 bool) (int64, error)
- type KeyGenParameterSpecClient
- func (c *KeyGenParameterSpecClient) GetAlgorithmParameterSpec(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetAttestKeyAlias(ctx context.Context) (string, error)
- func (c *KeyGenParameterSpecClient) GetAttestationChallenge(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetBlockModes(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetCertificateNotAfter(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetCertificateNotBefore(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetCertificateSerialNumber(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetCertificateSubject(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetDigests(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetEncryptionPaddings(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetKeySize(ctx context.Context) (int32, error)
- func (c *KeyGenParameterSpecClient) GetKeyValidityForConsumptionEnd(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetKeyValidityForOriginationEnd(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetKeyValidityStart(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetKeystoreAlias(ctx context.Context) (string, error)
- func (c *KeyGenParameterSpecClient) GetMaxUsageCount(ctx context.Context) (int32, error)
- func (c *KeyGenParameterSpecClient) GetMgf1Digests(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetPurposes(ctx context.Context) (int32, error)
- func (c *KeyGenParameterSpecClient) GetSignaturePaddings(ctx context.Context) (int64, error)
- func (c *KeyGenParameterSpecClient) GetUserAuthenticationType(ctx context.Context) (int32, error)
- func (c *KeyGenParameterSpecClient) GetUserAuthenticationValidityDurationSeconds(ctx context.Context) (int32, error)
- func (c *KeyGenParameterSpecClient) IsDevicePropertiesAttestationIncluded(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsDigestsSpecified(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsInvalidatedByBiometricEnrollment(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsMgf1DigestsSpecified(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsRandomizedEncryptionRequired(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsStrongBoxBacked(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsUnlockedDeviceRequired(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsUserAuthenticationRequired(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsUserAuthenticationValidWhileOnBody(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsUserConfirmationRequired(ctx context.Context) (bool, error)
- func (c *KeyGenParameterSpecClient) IsUserPresenceRequired(ctx context.Context) (bool, error)
- type KeyInfoClient
- func (c *KeyInfoClient) GetBlockModes(ctx context.Context) (int64, error)
- func (c *KeyInfoClient) GetDigests(ctx context.Context) (int64, error)
- func (c *KeyInfoClient) GetEncryptionPaddings(ctx context.Context) (int64, error)
- func (c *KeyInfoClient) GetKeySize(ctx context.Context) (int32, error)
- func (c *KeyInfoClient) GetKeyValidityForConsumptionEnd(ctx context.Context) (int64, error)
- func (c *KeyInfoClient) GetKeyValidityForOriginationEnd(ctx context.Context) (int64, error)
- func (c *KeyInfoClient) GetKeyValidityStart(ctx context.Context) (int64, error)
- func (c *KeyInfoClient) GetKeystoreAlias(ctx context.Context) (string, error)
- func (c *KeyInfoClient) GetOrigin(ctx context.Context) (int32, error)
- func (c *KeyInfoClient) GetPurposes(ctx context.Context) (int32, error)
- func (c *KeyInfoClient) GetRemainingUsageCount(ctx context.Context) (int32, error)
- func (c *KeyInfoClient) GetSecurityLevel(ctx context.Context) (int32, error)
- func (c *KeyInfoClient) GetSignaturePaddings(ctx context.Context) (int64, error)
- func (c *KeyInfoClient) GetUserAuthenticationType(ctx context.Context) (int32, error)
- func (c *KeyInfoClient) GetUserAuthenticationValidityDurationSeconds(ctx context.Context) (int32, error)
- func (c *KeyInfoClient) IsInsideSecureHardware(ctx context.Context) (bool, error)
- func (c *KeyInfoClient) IsInvalidatedByBiometricEnrollment(ctx context.Context) (bool, error)
- func (c *KeyInfoClient) IsTrustedUserPresenceRequired(ctx context.Context) (bool, error)
- func (c *KeyInfoClient) IsUserAuthenticationRequired(ctx context.Context) (bool, error)
- func (c *KeyInfoClient) IsUserAuthenticationRequirementEnforcedBySecureHardware(ctx context.Context) (bool, error)
- func (c *KeyInfoClient) IsUserAuthenticationValidWhileOnBody(ctx context.Context) (bool, error)
- func (c *KeyInfoClient) IsUserConfirmationRequired(ctx context.Context) (bool, error)
- type KeyProtectionBuilderClient
- func (c *KeyProtectionBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *KeyProtectionBuilderClient) SetBlockModes(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyProtectionBuilderClient) SetDigests(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyProtectionBuilderClient) SetEncryptionPaddings(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyProtectionBuilderClient) SetInvalidatedByBiometricEnrollment(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyProtectionBuilderClient) SetIsStrongBoxBacked(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyProtectionBuilderClient) SetKeyValidityEnd(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyProtectionBuilderClient) SetKeyValidityForConsumptionEnd(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyProtectionBuilderClient) SetKeyValidityForOriginationEnd(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyProtectionBuilderClient) SetKeyValidityStart(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyProtectionBuilderClient) SetMaxUsageCount(ctx context.Context, arg0 int32) (int64, error)
- func (c *KeyProtectionBuilderClient) SetMgf1Digests(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyProtectionBuilderClient) SetRandomizedEncryptionRequired(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyProtectionBuilderClient) SetSignaturePaddings(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyProtectionBuilderClient) SetUnlockedDeviceRequired(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyProtectionBuilderClient) SetUserAuthenticationParameters(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *KeyProtectionBuilderClient) SetUserAuthenticationRequired(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyProtectionBuilderClient) SetUserAuthenticationValidWhileOnBody(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyProtectionBuilderClient) SetUserAuthenticationValidityDurationSeconds(ctx context.Context, arg0 int32) (int64, error)
- func (c *KeyProtectionBuilderClient) SetUserConfirmationRequired(ctx context.Context, arg0 bool) (int64, error)
- func (c *KeyProtectionBuilderClient) SetUserPresenceRequired(ctx context.Context, arg0 bool) (int64, error)
- type KeyProtectionClient
- func (c *KeyProtectionClient) GetBlockModes(ctx context.Context) (int64, error)
- func (c *KeyProtectionClient) GetDigests(ctx context.Context) (int64, error)
- func (c *KeyProtectionClient) GetEncryptionPaddings(ctx context.Context) (int64, error)
- func (c *KeyProtectionClient) GetKeyValidityForConsumptionEnd(ctx context.Context) (int64, error)
- func (c *KeyProtectionClient) GetKeyValidityForOriginationEnd(ctx context.Context) (int64, error)
- func (c *KeyProtectionClient) GetKeyValidityStart(ctx context.Context) (int64, error)
- func (c *KeyProtectionClient) GetMaxUsageCount(ctx context.Context) (int32, error)
- func (c *KeyProtectionClient) GetMgf1Digests(ctx context.Context) (int64, error)
- func (c *KeyProtectionClient) GetPurposes(ctx context.Context) (int32, error)
- func (c *KeyProtectionClient) GetSignaturePaddings(ctx context.Context) (int64, error)
- func (c *KeyProtectionClient) GetUserAuthenticationType(ctx context.Context) (int32, error)
- func (c *KeyProtectionClient) GetUserAuthenticationValidityDurationSeconds(ctx context.Context) (int32, error)
- func (c *KeyProtectionClient) IsDigestsSpecified(ctx context.Context) (bool, error)
- func (c *KeyProtectionClient) IsInvalidatedByBiometricEnrollment(ctx context.Context) (bool, error)
- func (c *KeyProtectionClient) IsMgf1DigestsSpecified(ctx context.Context) (bool, error)
- func (c *KeyProtectionClient) IsRandomizedEncryptionRequired(ctx context.Context) (bool, error)
- func (c *KeyProtectionClient) IsUnlockedDeviceRequired(ctx context.Context) (bool, error)
- func (c *KeyProtectionClient) IsUserAuthenticationRequired(ctx context.Context) (bool, error)
- func (c *KeyProtectionClient) IsUserAuthenticationValidWhileOnBody(ctx context.Context) (bool, error)
- func (c *KeyProtectionClient) IsUserConfirmationRequired(ctx context.Context) (bool, error)
- func (c *KeyProtectionClient) IsUserPresenceRequired(ctx context.Context) (bool, error)
- type KeyStoreManagerClient
- func (c *KeyStoreManagerClient) GetGrantedCertificateChainFromId(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyStoreManagerClient) GetGrantedKeyFromId(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyStoreManagerClient) GetGrantedKeyPairFromId(ctx context.Context, arg0 int64) (int64, error)
- func (c *KeyStoreManagerClient) GetSupplementaryAttestationInfo(ctx context.Context, arg0 int32) (int64, error)
- func (c *KeyStoreManagerClient) GrantKeyAccess(ctx context.Context, arg0 string, arg1 int32) (int64, error)
- func (c *KeyStoreManagerClient) RevokeKeyAccess(ctx context.Context, arg0 string, arg1 int32) error
- type WrappedKeyEntryClient
- func (c *WrappedKeyEntryClient) GetAlgorithmParameterSpec(ctx context.Context, handle int64) (int64, error)
- func (c *WrappedKeyEntryClient) GetTransformation(ctx context.Context, handle int64) (string, error)
- func (c *WrappedKeyEntryClient) GetWrappedKeyBytes(ctx context.Context, handle int64) (int64, error)
- func (c *WrappedKeyEntryClient) GetWrappingKeyAlias(ctx context.Context, handle int64) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendBusyExceptionClient ¶
type BackendBusyExceptionClient struct {
// contains filtered or unexported fields
}
BackendBusyExceptionClient wraps the gRPC BackendBusyExceptionService client.
func NewBackendBusyExceptionClient ¶
func NewBackendBusyExceptionClient(cc grpc.ClientConnInterface) *BackendBusyExceptionClient
NewBackendBusyExceptionClient creates a new BackendBusyException client.
func (*BackendBusyExceptionClient) GetBackOffHintMillis ¶
func (c *BackendBusyExceptionClient) GetBackOffHintMillis(ctx context.Context, handle int64) (int64, error)
GetBackOffHintMillis calls the GetBackOffHintMillis RPC.
type KeyGenParameterSpecBuilderClient ¶
type KeyGenParameterSpecBuilderClient struct {
// contains filtered or unexported fields
}
KeyGenParameterSpecBuilderClient wraps the gRPC KeyGenParameterSpecBuilderService client.
func NewKeyGenParameterSpecBuilderClient ¶
func NewKeyGenParameterSpecBuilderClient(cc grpc.ClientConnInterface) *KeyGenParameterSpecBuilderClient
NewKeyGenParameterSpecBuilderClient creates a new KeyGenParameterSpecBuilder client.
func (*KeyGenParameterSpecBuilderClient) Build ¶
func (c *KeyGenParameterSpecBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*KeyGenParameterSpecBuilderClient) SetAlgorithmParameterSpec ¶
func (c *KeyGenParameterSpecBuilderClient) SetAlgorithmParameterSpec(ctx context.Context, arg0 int64) (int64, error)
SetAlgorithmParameterSpec calls the SetAlgorithmParameterSpec RPC.
func (*KeyGenParameterSpecBuilderClient) SetAttestKeyAlias ¶
func (c *KeyGenParameterSpecBuilderClient) SetAttestKeyAlias(ctx context.Context, arg0 string) (int64, error)
SetAttestKeyAlias calls the SetAttestKeyAlias RPC.
func (*KeyGenParameterSpecBuilderClient) SetAttestationChallenge ¶
func (c *KeyGenParameterSpecBuilderClient) SetAttestationChallenge(ctx context.Context, arg0 int64) (int64, error)
SetAttestationChallenge calls the SetAttestationChallenge RPC.
func (*KeyGenParameterSpecBuilderClient) SetBlockModes ¶
func (c *KeyGenParameterSpecBuilderClient) SetBlockModes(ctx context.Context, arg0 int64) (int64, error)
SetBlockModes calls the SetBlockModes RPC.
func (*KeyGenParameterSpecBuilderClient) SetCertificateNotAfter ¶
func (c *KeyGenParameterSpecBuilderClient) SetCertificateNotAfter(ctx context.Context, arg0 int64) (int64, error)
SetCertificateNotAfter calls the SetCertificateNotAfter RPC.
func (*KeyGenParameterSpecBuilderClient) SetCertificateNotBefore ¶
func (c *KeyGenParameterSpecBuilderClient) SetCertificateNotBefore(ctx context.Context, arg0 int64) (int64, error)
SetCertificateNotBefore calls the SetCertificateNotBefore RPC.
func (*KeyGenParameterSpecBuilderClient) SetCertificateSerialNumber ¶
func (c *KeyGenParameterSpecBuilderClient) SetCertificateSerialNumber(ctx context.Context, arg0 int64) (int64, error)
SetCertificateSerialNumber calls the SetCertificateSerialNumber RPC.
func (*KeyGenParameterSpecBuilderClient) SetCertificateSubject ¶
func (c *KeyGenParameterSpecBuilderClient) SetCertificateSubject(ctx context.Context, arg0 int64) (int64, error)
SetCertificateSubject calls the SetCertificateSubject RPC.
func (*KeyGenParameterSpecBuilderClient) SetDevicePropertiesAttestationIncluded ¶
func (c *KeyGenParameterSpecBuilderClient) SetDevicePropertiesAttestationIncluded(ctx context.Context, arg0 bool) (int64, error)
SetDevicePropertiesAttestationIncluded calls the SetDevicePropertiesAttestationIncluded RPC.
func (*KeyGenParameterSpecBuilderClient) SetDigests ¶
func (c *KeyGenParameterSpecBuilderClient) SetDigests(ctx context.Context, arg0 int64) (int64, error)
SetDigests calls the SetDigests RPC.
func (*KeyGenParameterSpecBuilderClient) SetEncryptionPaddings ¶
func (c *KeyGenParameterSpecBuilderClient) SetEncryptionPaddings(ctx context.Context, arg0 int64) (int64, error)
SetEncryptionPaddings calls the SetEncryptionPaddings RPC.
func (*KeyGenParameterSpecBuilderClient) SetInvalidatedByBiometricEnrollment ¶
func (c *KeyGenParameterSpecBuilderClient) SetInvalidatedByBiometricEnrollment(ctx context.Context, arg0 bool) (int64, error)
SetInvalidatedByBiometricEnrollment calls the SetInvalidatedByBiometricEnrollment RPC.
func (*KeyGenParameterSpecBuilderClient) SetIsStrongBoxBacked ¶
func (c *KeyGenParameterSpecBuilderClient) SetIsStrongBoxBacked(ctx context.Context, arg0 bool) (int64, error)
SetIsStrongBoxBacked calls the SetIsStrongBoxBacked RPC.
func (*KeyGenParameterSpecBuilderClient) SetKeySize ¶
func (c *KeyGenParameterSpecBuilderClient) SetKeySize(ctx context.Context, arg0 int32) (int64, error)
SetKeySize calls the SetKeySize RPC.
func (*KeyGenParameterSpecBuilderClient) SetKeyValidityEnd ¶
func (c *KeyGenParameterSpecBuilderClient) SetKeyValidityEnd(ctx context.Context, arg0 int64) (int64, error)
SetKeyValidityEnd calls the SetKeyValidityEnd RPC.
func (*KeyGenParameterSpecBuilderClient) SetKeyValidityForConsumptionEnd ¶
func (c *KeyGenParameterSpecBuilderClient) SetKeyValidityForConsumptionEnd(ctx context.Context, arg0 int64) (int64, error)
SetKeyValidityForConsumptionEnd calls the SetKeyValidityForConsumptionEnd RPC.
func (*KeyGenParameterSpecBuilderClient) SetKeyValidityForOriginationEnd ¶
func (c *KeyGenParameterSpecBuilderClient) SetKeyValidityForOriginationEnd(ctx context.Context, arg0 int64) (int64, error)
SetKeyValidityForOriginationEnd calls the SetKeyValidityForOriginationEnd RPC.
func (*KeyGenParameterSpecBuilderClient) SetKeyValidityStart ¶
func (c *KeyGenParameterSpecBuilderClient) SetKeyValidityStart(ctx context.Context, arg0 int64) (int64, error)
SetKeyValidityStart calls the SetKeyValidityStart RPC.
func (*KeyGenParameterSpecBuilderClient) SetMaxUsageCount ¶
func (c *KeyGenParameterSpecBuilderClient) SetMaxUsageCount(ctx context.Context, arg0 int32) (int64, error)
SetMaxUsageCount calls the SetMaxUsageCount RPC.
func (*KeyGenParameterSpecBuilderClient) SetMgf1Digests ¶
func (c *KeyGenParameterSpecBuilderClient) SetMgf1Digests(ctx context.Context, arg0 int64) (int64, error)
SetMgf1Digests calls the SetMgf1Digests RPC.
func (*KeyGenParameterSpecBuilderClient) SetRandomizedEncryptionRequired ¶
func (c *KeyGenParameterSpecBuilderClient) SetRandomizedEncryptionRequired(ctx context.Context, arg0 bool) (int64, error)
SetRandomizedEncryptionRequired calls the SetRandomizedEncryptionRequired RPC.
func (*KeyGenParameterSpecBuilderClient) SetSignaturePaddings ¶
func (c *KeyGenParameterSpecBuilderClient) SetSignaturePaddings(ctx context.Context, arg0 int64) (int64, error)
SetSignaturePaddings calls the SetSignaturePaddings RPC.
func (*KeyGenParameterSpecBuilderClient) SetUnlockedDeviceRequired ¶
func (c *KeyGenParameterSpecBuilderClient) SetUnlockedDeviceRequired(ctx context.Context, arg0 bool) (int64, error)
SetUnlockedDeviceRequired calls the SetUnlockedDeviceRequired RPC.
func (*KeyGenParameterSpecBuilderClient) SetUserAuthenticationParameters ¶
func (c *KeyGenParameterSpecBuilderClient) SetUserAuthenticationParameters(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
SetUserAuthenticationParameters calls the SetUserAuthenticationParameters RPC.
func (*KeyGenParameterSpecBuilderClient) SetUserAuthenticationRequired ¶
func (c *KeyGenParameterSpecBuilderClient) SetUserAuthenticationRequired(ctx context.Context, arg0 bool) (int64, error)
SetUserAuthenticationRequired calls the SetUserAuthenticationRequired RPC.
func (*KeyGenParameterSpecBuilderClient) SetUserAuthenticationValidWhileOnBody ¶
func (c *KeyGenParameterSpecBuilderClient) SetUserAuthenticationValidWhileOnBody(ctx context.Context, arg0 bool) (int64, error)
SetUserAuthenticationValidWhileOnBody calls the SetUserAuthenticationValidWhileOnBody RPC.
func (*KeyGenParameterSpecBuilderClient) SetUserAuthenticationValidityDurationSeconds ¶
func (c *KeyGenParameterSpecBuilderClient) SetUserAuthenticationValidityDurationSeconds(ctx context.Context, arg0 int32) (int64, error)
SetUserAuthenticationValidityDurationSeconds calls the SetUserAuthenticationValidityDurationSeconds RPC.
func (*KeyGenParameterSpecBuilderClient) SetUserConfirmationRequired ¶
func (c *KeyGenParameterSpecBuilderClient) SetUserConfirmationRequired(ctx context.Context, arg0 bool) (int64, error)
SetUserConfirmationRequired calls the SetUserConfirmationRequired RPC.
func (*KeyGenParameterSpecBuilderClient) SetUserPresenceRequired ¶
func (c *KeyGenParameterSpecBuilderClient) SetUserPresenceRequired(ctx context.Context, arg0 bool) (int64, error)
SetUserPresenceRequired calls the SetUserPresenceRequired RPC.
type KeyGenParameterSpecClient ¶
type KeyGenParameterSpecClient struct {
// contains filtered or unexported fields
}
KeyGenParameterSpecClient wraps the gRPC KeyGenParameterSpecService client.
func NewKeyGenParameterSpecClient ¶
func NewKeyGenParameterSpecClient(cc grpc.ClientConnInterface) *KeyGenParameterSpecClient
NewKeyGenParameterSpecClient creates a new KeyGenParameterSpec client.
func (*KeyGenParameterSpecClient) GetAlgorithmParameterSpec ¶
func (c *KeyGenParameterSpecClient) GetAlgorithmParameterSpec(ctx context.Context) (int64, error)
GetAlgorithmParameterSpec calls the GetAlgorithmParameterSpec RPC.
func (*KeyGenParameterSpecClient) GetAttestKeyAlias ¶
func (c *KeyGenParameterSpecClient) GetAttestKeyAlias(ctx context.Context) (string, error)
GetAttestKeyAlias calls the GetAttestKeyAlias RPC.
func (*KeyGenParameterSpecClient) GetAttestationChallenge ¶
func (c *KeyGenParameterSpecClient) GetAttestationChallenge(ctx context.Context) (int64, error)
GetAttestationChallenge calls the GetAttestationChallenge RPC.
func (*KeyGenParameterSpecClient) GetBlockModes ¶
func (c *KeyGenParameterSpecClient) GetBlockModes(ctx context.Context) (int64, error)
GetBlockModes calls the GetBlockModes RPC.
func (*KeyGenParameterSpecClient) GetCertificateNotAfter ¶
func (c *KeyGenParameterSpecClient) GetCertificateNotAfter(ctx context.Context) (int64, error)
GetCertificateNotAfter calls the GetCertificateNotAfter RPC.
func (*KeyGenParameterSpecClient) GetCertificateNotBefore ¶
func (c *KeyGenParameterSpecClient) GetCertificateNotBefore(ctx context.Context) (int64, error)
GetCertificateNotBefore calls the GetCertificateNotBefore RPC.
func (*KeyGenParameterSpecClient) GetCertificateSerialNumber ¶
func (c *KeyGenParameterSpecClient) GetCertificateSerialNumber(ctx context.Context) (int64, error)
GetCertificateSerialNumber calls the GetCertificateSerialNumber RPC.
func (*KeyGenParameterSpecClient) GetCertificateSubject ¶
func (c *KeyGenParameterSpecClient) GetCertificateSubject(ctx context.Context) (int64, error)
GetCertificateSubject calls the GetCertificateSubject RPC.
func (*KeyGenParameterSpecClient) GetDigests ¶
func (c *KeyGenParameterSpecClient) GetDigests(ctx context.Context) (int64, error)
GetDigests calls the GetDigests RPC.
func (*KeyGenParameterSpecClient) GetEncryptionPaddings ¶
func (c *KeyGenParameterSpecClient) GetEncryptionPaddings(ctx context.Context) (int64, error)
GetEncryptionPaddings calls the GetEncryptionPaddings RPC.
func (*KeyGenParameterSpecClient) GetKeySize ¶
func (c *KeyGenParameterSpecClient) GetKeySize(ctx context.Context) (int32, error)
GetKeySize calls the GetKeySize RPC.
func (*KeyGenParameterSpecClient) GetKeyValidityForConsumptionEnd ¶
func (c *KeyGenParameterSpecClient) GetKeyValidityForConsumptionEnd(ctx context.Context) (int64, error)
GetKeyValidityForConsumptionEnd calls the GetKeyValidityForConsumptionEnd RPC.
func (*KeyGenParameterSpecClient) GetKeyValidityForOriginationEnd ¶
func (c *KeyGenParameterSpecClient) GetKeyValidityForOriginationEnd(ctx context.Context) (int64, error)
GetKeyValidityForOriginationEnd calls the GetKeyValidityForOriginationEnd RPC.
func (*KeyGenParameterSpecClient) GetKeyValidityStart ¶
func (c *KeyGenParameterSpecClient) GetKeyValidityStart(ctx context.Context) (int64, error)
GetKeyValidityStart calls the GetKeyValidityStart RPC.
func (*KeyGenParameterSpecClient) GetKeystoreAlias ¶
func (c *KeyGenParameterSpecClient) GetKeystoreAlias(ctx context.Context) (string, error)
GetKeystoreAlias calls the GetKeystoreAlias RPC.
func (*KeyGenParameterSpecClient) GetMaxUsageCount ¶
func (c *KeyGenParameterSpecClient) GetMaxUsageCount(ctx context.Context) (int32, error)
GetMaxUsageCount calls the GetMaxUsageCount RPC.
func (*KeyGenParameterSpecClient) GetMgf1Digests ¶
func (c *KeyGenParameterSpecClient) GetMgf1Digests(ctx context.Context) (int64, error)
GetMgf1Digests calls the GetMgf1Digests RPC.
func (*KeyGenParameterSpecClient) GetPurposes ¶
func (c *KeyGenParameterSpecClient) GetPurposes(ctx context.Context) (int32, error)
GetPurposes calls the GetPurposes RPC.
func (*KeyGenParameterSpecClient) GetSignaturePaddings ¶
func (c *KeyGenParameterSpecClient) GetSignaturePaddings(ctx context.Context) (int64, error)
GetSignaturePaddings calls the GetSignaturePaddings RPC.
func (*KeyGenParameterSpecClient) GetUserAuthenticationType ¶
func (c *KeyGenParameterSpecClient) GetUserAuthenticationType(ctx context.Context) (int32, error)
GetUserAuthenticationType calls the GetUserAuthenticationType RPC.
func (*KeyGenParameterSpecClient) GetUserAuthenticationValidityDurationSeconds ¶
func (c *KeyGenParameterSpecClient) GetUserAuthenticationValidityDurationSeconds(ctx context.Context) (int32, error)
GetUserAuthenticationValidityDurationSeconds calls the GetUserAuthenticationValidityDurationSeconds RPC.
func (*KeyGenParameterSpecClient) IsDevicePropertiesAttestationIncluded ¶
func (c *KeyGenParameterSpecClient) IsDevicePropertiesAttestationIncluded(ctx context.Context) (bool, error)
IsDevicePropertiesAttestationIncluded calls the IsDevicePropertiesAttestationIncluded RPC.
func (*KeyGenParameterSpecClient) IsDigestsSpecified ¶
func (c *KeyGenParameterSpecClient) IsDigestsSpecified(ctx context.Context) (bool, error)
IsDigestsSpecified calls the IsDigestsSpecified RPC.
func (*KeyGenParameterSpecClient) IsInvalidatedByBiometricEnrollment ¶
func (c *KeyGenParameterSpecClient) IsInvalidatedByBiometricEnrollment(ctx context.Context) (bool, error)
IsInvalidatedByBiometricEnrollment calls the IsInvalidatedByBiometricEnrollment RPC.
func (*KeyGenParameterSpecClient) IsMgf1DigestsSpecified ¶
func (c *KeyGenParameterSpecClient) IsMgf1DigestsSpecified(ctx context.Context) (bool, error)
IsMgf1DigestsSpecified calls the IsMgf1DigestsSpecified RPC.
func (*KeyGenParameterSpecClient) IsRandomizedEncryptionRequired ¶
func (c *KeyGenParameterSpecClient) IsRandomizedEncryptionRequired(ctx context.Context) (bool, error)
IsRandomizedEncryptionRequired calls the IsRandomizedEncryptionRequired RPC.
func (*KeyGenParameterSpecClient) IsStrongBoxBacked ¶
func (c *KeyGenParameterSpecClient) IsStrongBoxBacked(ctx context.Context) (bool, error)
IsStrongBoxBacked calls the IsStrongBoxBacked RPC.
func (*KeyGenParameterSpecClient) IsUnlockedDeviceRequired ¶
func (c *KeyGenParameterSpecClient) IsUnlockedDeviceRequired(ctx context.Context) (bool, error)
IsUnlockedDeviceRequired calls the IsUnlockedDeviceRequired RPC.
func (*KeyGenParameterSpecClient) IsUserAuthenticationRequired ¶
func (c *KeyGenParameterSpecClient) IsUserAuthenticationRequired(ctx context.Context) (bool, error)
IsUserAuthenticationRequired calls the IsUserAuthenticationRequired RPC.
func (*KeyGenParameterSpecClient) IsUserAuthenticationValidWhileOnBody ¶
func (c *KeyGenParameterSpecClient) IsUserAuthenticationValidWhileOnBody(ctx context.Context) (bool, error)
IsUserAuthenticationValidWhileOnBody calls the IsUserAuthenticationValidWhileOnBody RPC.
func (*KeyGenParameterSpecClient) IsUserConfirmationRequired ¶
func (c *KeyGenParameterSpecClient) IsUserConfirmationRequired(ctx context.Context) (bool, error)
IsUserConfirmationRequired calls the IsUserConfirmationRequired RPC.
func (*KeyGenParameterSpecClient) IsUserPresenceRequired ¶
func (c *KeyGenParameterSpecClient) IsUserPresenceRequired(ctx context.Context) (bool, error)
IsUserPresenceRequired calls the IsUserPresenceRequired RPC.
type KeyInfoClient ¶
type KeyInfoClient struct {
// contains filtered or unexported fields
}
KeyInfoClient wraps the gRPC KeyInfoService client.
func NewKeyInfoClient ¶
func NewKeyInfoClient(cc grpc.ClientConnInterface) *KeyInfoClient
NewKeyInfoClient creates a new KeyInfo client.
func (*KeyInfoClient) GetBlockModes ¶
func (c *KeyInfoClient) GetBlockModes(ctx context.Context) (int64, error)
GetBlockModes calls the GetBlockModes RPC.
func (*KeyInfoClient) GetDigests ¶
func (c *KeyInfoClient) GetDigests(ctx context.Context) (int64, error)
GetDigests calls the GetDigests RPC.
func (*KeyInfoClient) GetEncryptionPaddings ¶
func (c *KeyInfoClient) GetEncryptionPaddings(ctx context.Context) (int64, error)
GetEncryptionPaddings calls the GetEncryptionPaddings RPC.
func (*KeyInfoClient) GetKeySize ¶
func (c *KeyInfoClient) GetKeySize(ctx context.Context) (int32, error)
GetKeySize calls the GetKeySize RPC.
func (*KeyInfoClient) GetKeyValidityForConsumptionEnd ¶
func (c *KeyInfoClient) GetKeyValidityForConsumptionEnd(ctx context.Context) (int64, error)
GetKeyValidityForConsumptionEnd calls the GetKeyValidityForConsumptionEnd RPC.
func (*KeyInfoClient) GetKeyValidityForOriginationEnd ¶
func (c *KeyInfoClient) GetKeyValidityForOriginationEnd(ctx context.Context) (int64, error)
GetKeyValidityForOriginationEnd calls the GetKeyValidityForOriginationEnd RPC.
func (*KeyInfoClient) GetKeyValidityStart ¶
func (c *KeyInfoClient) GetKeyValidityStart(ctx context.Context) (int64, error)
GetKeyValidityStart calls the GetKeyValidityStart RPC.
func (*KeyInfoClient) GetKeystoreAlias ¶
func (c *KeyInfoClient) GetKeystoreAlias(ctx context.Context) (string, error)
GetKeystoreAlias calls the GetKeystoreAlias RPC.
func (*KeyInfoClient) GetOrigin ¶
func (c *KeyInfoClient) GetOrigin(ctx context.Context) (int32, error)
GetOrigin calls the GetOrigin RPC.
func (*KeyInfoClient) GetPurposes ¶
func (c *KeyInfoClient) GetPurposes(ctx context.Context) (int32, error)
GetPurposes calls the GetPurposes RPC.
func (*KeyInfoClient) GetRemainingUsageCount ¶
func (c *KeyInfoClient) GetRemainingUsageCount(ctx context.Context) (int32, error)
GetRemainingUsageCount calls the GetRemainingUsageCount RPC.
func (*KeyInfoClient) GetSecurityLevel ¶
func (c *KeyInfoClient) GetSecurityLevel(ctx context.Context) (int32, error)
GetSecurityLevel calls the GetSecurityLevel RPC.
func (*KeyInfoClient) GetSignaturePaddings ¶
func (c *KeyInfoClient) GetSignaturePaddings(ctx context.Context) (int64, error)
GetSignaturePaddings calls the GetSignaturePaddings RPC.
func (*KeyInfoClient) GetUserAuthenticationType ¶
func (c *KeyInfoClient) GetUserAuthenticationType(ctx context.Context) (int32, error)
GetUserAuthenticationType calls the GetUserAuthenticationType RPC.
func (*KeyInfoClient) GetUserAuthenticationValidityDurationSeconds ¶
func (c *KeyInfoClient) GetUserAuthenticationValidityDurationSeconds(ctx context.Context) (int32, error)
GetUserAuthenticationValidityDurationSeconds calls the GetUserAuthenticationValidityDurationSeconds RPC.
func (*KeyInfoClient) IsInsideSecureHardware ¶
func (c *KeyInfoClient) IsInsideSecureHardware(ctx context.Context) (bool, error)
IsInsideSecureHardware calls the IsInsideSecureHardware RPC.
func (*KeyInfoClient) IsInvalidatedByBiometricEnrollment ¶
func (c *KeyInfoClient) IsInvalidatedByBiometricEnrollment(ctx context.Context) (bool, error)
IsInvalidatedByBiometricEnrollment calls the IsInvalidatedByBiometricEnrollment RPC.
func (*KeyInfoClient) IsTrustedUserPresenceRequired ¶
func (c *KeyInfoClient) IsTrustedUserPresenceRequired(ctx context.Context) (bool, error)
IsTrustedUserPresenceRequired calls the IsTrustedUserPresenceRequired RPC.
func (*KeyInfoClient) IsUserAuthenticationRequired ¶
func (c *KeyInfoClient) IsUserAuthenticationRequired(ctx context.Context) (bool, error)
IsUserAuthenticationRequired calls the IsUserAuthenticationRequired RPC.
func (*KeyInfoClient) IsUserAuthenticationRequirementEnforcedBySecureHardware ¶
func (c *KeyInfoClient) IsUserAuthenticationRequirementEnforcedBySecureHardware(ctx context.Context) (bool, error)
IsUserAuthenticationRequirementEnforcedBySecureHardware calls the IsUserAuthenticationRequirementEnforcedBySecureHardware RPC.
func (*KeyInfoClient) IsUserAuthenticationValidWhileOnBody ¶
func (c *KeyInfoClient) IsUserAuthenticationValidWhileOnBody(ctx context.Context) (bool, error)
IsUserAuthenticationValidWhileOnBody calls the IsUserAuthenticationValidWhileOnBody RPC.
func (*KeyInfoClient) IsUserConfirmationRequired ¶
func (c *KeyInfoClient) IsUserConfirmationRequired(ctx context.Context) (bool, error)
IsUserConfirmationRequired calls the IsUserConfirmationRequired RPC.
type KeyProtectionBuilderClient ¶
type KeyProtectionBuilderClient struct {
// contains filtered or unexported fields
}
KeyProtectionBuilderClient wraps the gRPC KeyProtectionBuilderService client.
func NewKeyProtectionBuilderClient ¶
func NewKeyProtectionBuilderClient(cc grpc.ClientConnInterface) *KeyProtectionBuilderClient
NewKeyProtectionBuilderClient creates a new KeyProtectionBuilder client.
func (*KeyProtectionBuilderClient) Build ¶
func (c *KeyProtectionBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*KeyProtectionBuilderClient) SetBlockModes ¶
SetBlockModes calls the SetBlockModes RPC.
func (*KeyProtectionBuilderClient) SetDigests ¶
SetDigests calls the SetDigests RPC.
func (*KeyProtectionBuilderClient) SetEncryptionPaddings ¶
func (c *KeyProtectionBuilderClient) SetEncryptionPaddings(ctx context.Context, arg0 int64) (int64, error)
SetEncryptionPaddings calls the SetEncryptionPaddings RPC.
func (*KeyProtectionBuilderClient) SetInvalidatedByBiometricEnrollment ¶
func (c *KeyProtectionBuilderClient) SetInvalidatedByBiometricEnrollment(ctx context.Context, arg0 bool) (int64, error)
SetInvalidatedByBiometricEnrollment calls the SetInvalidatedByBiometricEnrollment RPC.
func (*KeyProtectionBuilderClient) SetIsStrongBoxBacked ¶
func (c *KeyProtectionBuilderClient) SetIsStrongBoxBacked(ctx context.Context, arg0 bool) (int64, error)
SetIsStrongBoxBacked calls the SetIsStrongBoxBacked RPC.
func (*KeyProtectionBuilderClient) SetKeyValidityEnd ¶
func (c *KeyProtectionBuilderClient) SetKeyValidityEnd(ctx context.Context, arg0 int64) (int64, error)
SetKeyValidityEnd calls the SetKeyValidityEnd RPC.
func (*KeyProtectionBuilderClient) SetKeyValidityForConsumptionEnd ¶
func (c *KeyProtectionBuilderClient) SetKeyValidityForConsumptionEnd(ctx context.Context, arg0 int64) (int64, error)
SetKeyValidityForConsumptionEnd calls the SetKeyValidityForConsumptionEnd RPC.
func (*KeyProtectionBuilderClient) SetKeyValidityForOriginationEnd ¶
func (c *KeyProtectionBuilderClient) SetKeyValidityForOriginationEnd(ctx context.Context, arg0 int64) (int64, error)
SetKeyValidityForOriginationEnd calls the SetKeyValidityForOriginationEnd RPC.
func (*KeyProtectionBuilderClient) SetKeyValidityStart ¶
func (c *KeyProtectionBuilderClient) SetKeyValidityStart(ctx context.Context, arg0 int64) (int64, error)
SetKeyValidityStart calls the SetKeyValidityStart RPC.
func (*KeyProtectionBuilderClient) SetMaxUsageCount ¶
func (c *KeyProtectionBuilderClient) SetMaxUsageCount(ctx context.Context, arg0 int32) (int64, error)
SetMaxUsageCount calls the SetMaxUsageCount RPC.
func (*KeyProtectionBuilderClient) SetMgf1Digests ¶
SetMgf1Digests calls the SetMgf1Digests RPC.
func (*KeyProtectionBuilderClient) SetRandomizedEncryptionRequired ¶
func (c *KeyProtectionBuilderClient) SetRandomizedEncryptionRequired(ctx context.Context, arg0 bool) (int64, error)
SetRandomizedEncryptionRequired calls the SetRandomizedEncryptionRequired RPC.
func (*KeyProtectionBuilderClient) SetSignaturePaddings ¶
func (c *KeyProtectionBuilderClient) SetSignaturePaddings(ctx context.Context, arg0 int64) (int64, error)
SetSignaturePaddings calls the SetSignaturePaddings RPC.
func (*KeyProtectionBuilderClient) SetUnlockedDeviceRequired ¶
func (c *KeyProtectionBuilderClient) SetUnlockedDeviceRequired(ctx context.Context, arg0 bool) (int64, error)
SetUnlockedDeviceRequired calls the SetUnlockedDeviceRequired RPC.
func (*KeyProtectionBuilderClient) SetUserAuthenticationParameters ¶
func (c *KeyProtectionBuilderClient) SetUserAuthenticationParameters(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
SetUserAuthenticationParameters calls the SetUserAuthenticationParameters RPC.
func (*KeyProtectionBuilderClient) SetUserAuthenticationRequired ¶
func (c *KeyProtectionBuilderClient) SetUserAuthenticationRequired(ctx context.Context, arg0 bool) (int64, error)
SetUserAuthenticationRequired calls the SetUserAuthenticationRequired RPC.
func (*KeyProtectionBuilderClient) SetUserAuthenticationValidWhileOnBody ¶
func (c *KeyProtectionBuilderClient) SetUserAuthenticationValidWhileOnBody(ctx context.Context, arg0 bool) (int64, error)
SetUserAuthenticationValidWhileOnBody calls the SetUserAuthenticationValidWhileOnBody RPC.
func (*KeyProtectionBuilderClient) SetUserAuthenticationValidityDurationSeconds ¶
func (c *KeyProtectionBuilderClient) SetUserAuthenticationValidityDurationSeconds(ctx context.Context, arg0 int32) (int64, error)
SetUserAuthenticationValidityDurationSeconds calls the SetUserAuthenticationValidityDurationSeconds RPC.
func (*KeyProtectionBuilderClient) SetUserConfirmationRequired ¶
func (c *KeyProtectionBuilderClient) SetUserConfirmationRequired(ctx context.Context, arg0 bool) (int64, error)
SetUserConfirmationRequired calls the SetUserConfirmationRequired RPC.
func (*KeyProtectionBuilderClient) SetUserPresenceRequired ¶
func (c *KeyProtectionBuilderClient) SetUserPresenceRequired(ctx context.Context, arg0 bool) (int64, error)
SetUserPresenceRequired calls the SetUserPresenceRequired RPC.
type KeyProtectionClient ¶
type KeyProtectionClient struct {
// contains filtered or unexported fields
}
KeyProtectionClient wraps the gRPC KeyProtectionService client.
func NewKeyProtectionClient ¶
func NewKeyProtectionClient(cc grpc.ClientConnInterface) *KeyProtectionClient
NewKeyProtectionClient creates a new KeyProtection client.
func (*KeyProtectionClient) GetBlockModes ¶
func (c *KeyProtectionClient) GetBlockModes(ctx context.Context) (int64, error)
GetBlockModes calls the GetBlockModes RPC.
func (*KeyProtectionClient) GetDigests ¶
func (c *KeyProtectionClient) GetDigests(ctx context.Context) (int64, error)
GetDigests calls the GetDigests RPC.
func (*KeyProtectionClient) GetEncryptionPaddings ¶
func (c *KeyProtectionClient) GetEncryptionPaddings(ctx context.Context) (int64, error)
GetEncryptionPaddings calls the GetEncryptionPaddings RPC.
func (*KeyProtectionClient) GetKeyValidityForConsumptionEnd ¶
func (c *KeyProtectionClient) GetKeyValidityForConsumptionEnd(ctx context.Context) (int64, error)
GetKeyValidityForConsumptionEnd calls the GetKeyValidityForConsumptionEnd RPC.
func (*KeyProtectionClient) GetKeyValidityForOriginationEnd ¶
func (c *KeyProtectionClient) GetKeyValidityForOriginationEnd(ctx context.Context) (int64, error)
GetKeyValidityForOriginationEnd calls the GetKeyValidityForOriginationEnd RPC.
func (*KeyProtectionClient) GetKeyValidityStart ¶
func (c *KeyProtectionClient) GetKeyValidityStart(ctx context.Context) (int64, error)
GetKeyValidityStart calls the GetKeyValidityStart RPC.
func (*KeyProtectionClient) GetMaxUsageCount ¶
func (c *KeyProtectionClient) GetMaxUsageCount(ctx context.Context) (int32, error)
GetMaxUsageCount calls the GetMaxUsageCount RPC.
func (*KeyProtectionClient) GetMgf1Digests ¶
func (c *KeyProtectionClient) GetMgf1Digests(ctx context.Context) (int64, error)
GetMgf1Digests calls the GetMgf1Digests RPC.
func (*KeyProtectionClient) GetPurposes ¶
func (c *KeyProtectionClient) GetPurposes(ctx context.Context) (int32, error)
GetPurposes calls the GetPurposes RPC.
func (*KeyProtectionClient) GetSignaturePaddings ¶
func (c *KeyProtectionClient) GetSignaturePaddings(ctx context.Context) (int64, error)
GetSignaturePaddings calls the GetSignaturePaddings RPC.
func (*KeyProtectionClient) GetUserAuthenticationType ¶
func (c *KeyProtectionClient) GetUserAuthenticationType(ctx context.Context) (int32, error)
GetUserAuthenticationType calls the GetUserAuthenticationType RPC.
func (*KeyProtectionClient) GetUserAuthenticationValidityDurationSeconds ¶
func (c *KeyProtectionClient) GetUserAuthenticationValidityDurationSeconds(ctx context.Context) (int32, error)
GetUserAuthenticationValidityDurationSeconds calls the GetUserAuthenticationValidityDurationSeconds RPC.
func (*KeyProtectionClient) IsDigestsSpecified ¶
func (c *KeyProtectionClient) IsDigestsSpecified(ctx context.Context) (bool, error)
IsDigestsSpecified calls the IsDigestsSpecified RPC.
func (*KeyProtectionClient) IsInvalidatedByBiometricEnrollment ¶
func (c *KeyProtectionClient) IsInvalidatedByBiometricEnrollment(ctx context.Context) (bool, error)
IsInvalidatedByBiometricEnrollment calls the IsInvalidatedByBiometricEnrollment RPC.
func (*KeyProtectionClient) IsMgf1DigestsSpecified ¶
func (c *KeyProtectionClient) IsMgf1DigestsSpecified(ctx context.Context) (bool, error)
IsMgf1DigestsSpecified calls the IsMgf1DigestsSpecified RPC.
func (*KeyProtectionClient) IsRandomizedEncryptionRequired ¶
func (c *KeyProtectionClient) IsRandomizedEncryptionRequired(ctx context.Context) (bool, error)
IsRandomizedEncryptionRequired calls the IsRandomizedEncryptionRequired RPC.
func (*KeyProtectionClient) IsUnlockedDeviceRequired ¶
func (c *KeyProtectionClient) IsUnlockedDeviceRequired(ctx context.Context) (bool, error)
IsUnlockedDeviceRequired calls the IsUnlockedDeviceRequired RPC.
func (*KeyProtectionClient) IsUserAuthenticationRequired ¶
func (c *KeyProtectionClient) IsUserAuthenticationRequired(ctx context.Context) (bool, error)
IsUserAuthenticationRequired calls the IsUserAuthenticationRequired RPC.
func (*KeyProtectionClient) IsUserAuthenticationValidWhileOnBody ¶
func (c *KeyProtectionClient) IsUserAuthenticationValidWhileOnBody(ctx context.Context) (bool, error)
IsUserAuthenticationValidWhileOnBody calls the IsUserAuthenticationValidWhileOnBody RPC.
func (*KeyProtectionClient) IsUserConfirmationRequired ¶
func (c *KeyProtectionClient) IsUserConfirmationRequired(ctx context.Context) (bool, error)
IsUserConfirmationRequired calls the IsUserConfirmationRequired RPC.
func (*KeyProtectionClient) IsUserPresenceRequired ¶
func (c *KeyProtectionClient) IsUserPresenceRequired(ctx context.Context) (bool, error)
IsUserPresenceRequired calls the IsUserPresenceRequired RPC.
type KeyStoreManagerClient ¶
type KeyStoreManagerClient struct {
// contains filtered or unexported fields
}
KeyStoreManagerClient wraps the gRPC KeyStoreManagerService client.
func NewKeyStoreManagerClient ¶
func NewKeyStoreManagerClient(cc grpc.ClientConnInterface) *KeyStoreManagerClient
NewKeyStoreManagerClient creates a new KeyStoreManager client.
func (*KeyStoreManagerClient) GetGrantedCertificateChainFromId ¶
func (c *KeyStoreManagerClient) GetGrantedCertificateChainFromId(ctx context.Context, arg0 int64) (int64, error)
GetGrantedCertificateChainFromId calls the GetGrantedCertificateChainFromId RPC.
func (*KeyStoreManagerClient) GetGrantedKeyFromId ¶
GetGrantedKeyFromId calls the GetGrantedKeyFromId RPC.
func (*KeyStoreManagerClient) GetGrantedKeyPairFromId ¶
func (c *KeyStoreManagerClient) GetGrantedKeyPairFromId(ctx context.Context, arg0 int64) (int64, error)
GetGrantedKeyPairFromId calls the GetGrantedKeyPairFromId RPC.
func (*KeyStoreManagerClient) GetSupplementaryAttestationInfo ¶
func (c *KeyStoreManagerClient) GetSupplementaryAttestationInfo(ctx context.Context, arg0 int32) (int64, error)
GetSupplementaryAttestationInfo calls the GetSupplementaryAttestationInfo RPC.
func (*KeyStoreManagerClient) GrantKeyAccess ¶
func (c *KeyStoreManagerClient) GrantKeyAccess(ctx context.Context, arg0 string, arg1 int32) (int64, error)
GrantKeyAccess calls the GrantKeyAccess RPC.
func (*KeyStoreManagerClient) RevokeKeyAccess ¶
RevokeKeyAccess calls the RevokeKeyAccess RPC.
type WrappedKeyEntryClient ¶
type WrappedKeyEntryClient struct {
// contains filtered or unexported fields
}
WrappedKeyEntryClient wraps the gRPC WrappedKeyEntryService client.
func NewWrappedKeyEntryClient ¶
func NewWrappedKeyEntryClient(cc grpc.ClientConnInterface) *WrappedKeyEntryClient
NewWrappedKeyEntryClient creates a new WrappedKeyEntry client.
func (*WrappedKeyEntryClient) GetAlgorithmParameterSpec ¶
func (c *WrappedKeyEntryClient) GetAlgorithmParameterSpec(ctx context.Context, handle int64) (int64, error)
GetAlgorithmParameterSpec calls the GetAlgorithmParameterSpec RPC.
func (*WrappedKeyEntryClient) GetTransformation ¶
func (c *WrappedKeyEntryClient) GetTransformation(ctx context.Context, handle int64) (string, error)
GetTransformation calls the GetTransformation RPC.
func (*WrappedKeyEntryClient) GetWrappedKeyBytes ¶
func (c *WrappedKeyEntryClient) GetWrappedKeyBytes(ctx context.Context, handle int64) (int64, error)
GetWrappedKeyBytes calls the GetWrappedKeyBytes RPC.
func (*WrappedKeyEntryClient) GetWrappingKeyAlias ¶
func (c *WrappedKeyEntryClient) GetWrappingKeyAlias(ctx context.Context, handle int64) (string, error)
GetWrappingKeyAlias calls the GetWrappingKeyAlias RPC.