Skip to content

class SigningCredentialMemoryStore

cangjie
public class SigningCredentialMemoryStore <: ISigningCredentialStore

功能:提供基于内存的签名凭据存储。

父类型:

成员概览

成员功能
init(Collection<SigningCredentials>)使用签名凭据集合创建内存存储。
func getAllSigningCredentials()返回全部签名凭据。

init(Collection<SigningCredentials>)

cangjie
public SigningCredentialMemoryStore(private let signingCredentials: Collection<SigningCredentials>)

功能:使用签名凭据集合创建内存存储。

参数:

func getAllSigningCredentials()

cangjie
public func getAllSigningCredentials(): Collection<SigningCredentials>

功能:返回全部签名凭据。

返回值: