Logo
中文版
详情联系: neusar-support@reachauto.com
ara::crypto::cryp::SecretSeed类 参考abstract

秘密种子对象接口 更多...

#include <secret_seed.h>

类 ara::crypto::cryp::SecretSeed 继承关系图:
Inheritance graph
ara::crypto::cryp::SecretSeed 的协作图:
Collaboration graph

Public 类型

using Uptrc = std::unique_ptr< const SecretSeed >
 const类型的接口实例唯一智能指针类型 更多...
 
using Uptr = std::unique_ptr< SecretSeed >
 接口实例唯一智能指针类型 更多...
 
- Public 类型 继承自 ara::crypto::cryp::RestrictedUseObject
using Uptrc = std::unique_ptr< const RestrictedUseObject >
 const类型限制对象唯一智能指针类型 更多...
 
using Usage = AllowedUsageFlags
 使用限制标志别名 更多...
 
- Public 类型 继承自 ara::crypto::cryp::CryptoObject
using Uptr = std::unique_ptr< CryptoObject >
 加密对象唯一智能指针类型 更多...
 
using Uptrc = std::unique_ptr< const CryptoObject >
 const类型加密对象唯一智能指针类型 更多...
 

静态 Public 属性

static const CryptoObjectType kObjectType = CryptoObjectType::kSecretSeed
 SecretSeed接口到CryptoObjectType枚举值中的kSecretSeed的静态映射 更多...
 

额外继承的成员函数

- Public 成员函数 继承自 ara::crypto::cryp::RestrictedUseObject
virtual Usage GetAllowedUsage () const noexcept=0
 获取使用限制 更多...
 
- Public 成员函数 继承自 ara::crypto::cryp::CryptoObject
virtual ~CryptoObject () noexcept=default
 析构函数 更多...
 
CryptoObjectoperator= (const CryptoObject &other)=default
 将另一个CryptoObject实例拷贝赋值给此实例 更多...
 
CryptoObjectoperator= (CryptoObject &&other)=default
 将另一个CryptoObject实例移动赋值给此实例 更多...
 
virtual CryptoPrimitiveId::Uptr GetCryptoPrimitiveId () const noexcept=0
 返回加密对象的算法ID 更多...
 
virtual bool IsSession () const noexcept=0
 获取对象的临时属性 更多...
 
virtual bool IsExportable () const noexcept=0
 获取对象的可导出属性 更多...
 
virtual COIdentifier GetObjectId () const noexcept=0
 返回对象的COIdentifier 更多...
 
virtual COIdentifier HasDependence () const noexcept=0
 返回对象依赖的对象的COIdentifier 更多...
 
virtual std::size_t GetPayloadSize () const noexcept=0
 返回对象负载的大小 更多...
 
virtual ara::core::Result< void > Save (IOInterface &container) const noexcept=0
 将对象保存到提供的容器 更多...
 
- 静态 Public 成员函数 继承自 ara::crypto::cryp::CryptoObject
template<class ConcreteObject >
static ara::core::Result< typename ConcreteObject::Uptrc > Downcast (CryptoObject::Uptrc &&object) noexcept
 向下转换并将唯一智能指针从通用 CryptoObject 接口移动到具体派生对象 更多...
 

详细描述

秘密种子对象接口

Swsid
SWS_CRYPT_23000
符合标准
yes
非标原因
N/A
种类
class
符号
ara::crypto::cryp::SecretSeed
范围
namespace ara::crypto::cryp
基类
RestrictedUseObject
分类
ara
头文件
注解
N/A
模板参数
N/A

在文件 第 行定义.

成员类型定义说明

◆ Uptr

接口实例唯一智能指针类型

Swsid
SWS_CRYPT_23002
符合标准
yes
非标原因
N/A
种类
type alias
符号
ara::crypto::cryp::SecretSeed::Uptr
范围
class ara::crypto::cryp::SecretSeed
派生来源
std::unique_ptr<SecretSeed>
分类
ara
头文件
注解
N/A

在文件 第 行定义.

◆ Uptrc

using ara::crypto::cryp::SecretSeed::Uptrc = std::unique_ptr<const SecretSeed>

const类型的接口实例唯一智能指针类型

Swsid
SWS_CRYPT_23001
符合标准
yes
非标原因
N/A
种类
type alias
符号
ara::crypto::cryp::SecretSeed::Uptrc
范围
class ara::crypto::cryp::SecretSeed
派生来源
std::unique_ptr<const SecretSeed>
分类
ara
头文件
注解
N/A

在文件 第 行定义.

类成员变量说明

◆ kObjectType

const CryptoObjectType ara::crypto::cryp::SecretSeed::kObjectType = CryptoObjectType::kSecretSeed
static

SecretSeed接口到CryptoObjectType枚举值中的kSecretSeed的静态映射

Swsid
SWS_CRYPT_23003
符合标准
yes
非标原因
N/A
种类
variable
符号
ara::crypto::cryp::SecretSeed::kObjectType
范围
namespace ara::crypto::cryp::SecretSeed
类型
const CryptoObjectType
分类
ara
头文件
注解
N/A

在文件 第 行定义.