Type Alias krill::ta::TrustAnchorProxyCommand

source ·
pub type TrustAnchorProxyCommand = SentCommand<TrustAnchorProxyCommandDetails>;

Aliased Type§

struct TrustAnchorProxyCommand { /* private fields */ }

Implementations§

source§

impl TrustAnchorProxyCommand

source

pub fn add_repo( id: &TrustAnchorHandle, repository: RepositoryContact, actor: &Actor ) -> Self

source

pub fn add_signer( id: &TrustAnchorHandle, signer: TrustAnchorSignerInfo, actor: &Actor ) -> Self

source

pub fn make_signer_request(id: &TrustAnchorHandle, actor: &Actor) -> Self

source

pub fn process_signer_response( id: &TrustAnchorHandle, response: TrustAnchorSignedResponse, actor: &Actor ) -> Self

source

pub fn add_child( id: &TrustAnchorHandle, child: AddChildRequest, actor: &Actor ) -> Self

source

pub fn add_child_request( id: &TrustAnchorHandle, child: ChildHandle, request: ProvisioningRequest, actor: &Actor ) -> Self

source

pub fn give_child_response( id: &TrustAnchorHandle, child: ChildHandle, key: KeyIdentifier, actor: &Actor ) -> Self