Get desktop application:
View/edit binary Protocol Buffers messages
PEMKeyFile identifies a private key stored in a PEM-encoded file.
File path of the private key.
Password for decrypting the private key. If empty, indicates that the private key is not encrypted.
PKCS11Config identifies a private key accessed using PKCS #11.
The label of the PKCS#11 token.
The PIN for the specific token.
The PEM public key assosciated with the private key to be used.
PrivateKey is a private key, used for generating signatures.
The key in DER-encoded form. The specific format (e.g. PKCS8) is not specified.
PublicKey is a public key, used for verifying signatures.
Used in:
The key in DER-encoded PKIX form.
Specification for a private key.
The type of parameters provided determines the algorithm used for the key.
The parameters for an ECDSA key.
The parameters for an RSA key.
The parameters for an Ed25519 key.
/ ECDSA defines parameters for an ECDSA key.
Used in:
The elliptic curve to use. Optional. If not set, the default curve will be used.
The supported elliptic curves.
Used in:
Curve will be chosen by Trillian.
Ed25519 defines (empty) parameters for an Ed25519 private key.
Used in:
(message has no fields)
RSA defines parameters for an RSA key.
Used in:
Size of the keys in bits. Must be sufficiently large to allow two primes to be generated. Optional. If not set, the key size will be chosen by Trillian.