Documentation
¶
Index ¶
- Variables
- func Attestation() *ffcli.Command
- func GenerateKey() *ffcli.Command
- func GenerateKeyCmd(ctx context.Context, managementKey string, randomKey bool) error
- func PivKey() *ffcli.Command
- func ResetKey() *ffcli.Command
- func ResetKeyCmd(ctx context.Context) error
- func SetManagementKey() *ffcli.Command
- func SetManagementKeyCmd(_ context.Context, oldKey, newKey string, randomKey bool) error
- func SetPin() *ffcli.Command
- func SetPinCmd(_ context.Context, oldPin, newPin string) error
- func SetPuk() *ffcli.Command
- func SetPukCmd(_ context.Context, oldPuk, newPuk string) error
- func Unblock() *ffcli.Command
- func UnblockCmd(_ context.Context, oldPuk, newPin string) error
- type Attestations
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Attestation ¶
func GenerateKey ¶
func GenerateKeyCmd ¶
func ResetKeyCmd ¶
func SetManagementKey ¶
func SetManagementKeyCmd ¶
Types ¶
type Attestations ¶
type Attestations struct { DeviceCert *x509.Certificate KeyCert *x509.Certificate KeyAttestation *piv.Attestation }
func AttestationCmd ¶
func AttestationCmd(_ context.Context) (*Attestations, error)
Click to show internal directories.
Click to hide internal directories.