Protocols

The following protocols are available globally.

  • Signature-validated store holding the VAU certificate and possibly further certificates for IDP interaction.

    See more

    Declaration

    Swift

    public protocol TrustStore
  • Trusted execution environment protocol that must be implemented according to ‘gemSpec_Krypt’.

    See more

    Declaration

    Swift

    public protocol TrustStoreClient
  • TrustStoreSession acts as an interactor/mediator for the TrustStoreClient and TrustStoreStorage

    [REQ:gemSpec_Krypt:A_21218,A_21222]

    See more

    Declaration

    Swift

    public protocol TrustStoreSession
  • TrustStore storage protocol

    See more

    Declaration

    Swift

    public protocol TrustStoreStorage