All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.partials.security-list.html Maven / Gradle / Ivy

There is a newer version: 2.0.0-M15
Show newest version

The Leshan Certificate (x509v3 der encoded)

Hex :
{{certificate.hexDer}}
Base64 :
{{certificate.b64Der}}
Clients generally need it for X509 authentication.

The Leshan Public Key (SubjectPublicKeyInfo der encoded)

Elliptic Curve parameters : {{pubkey.params}}
Public x coord : {{pubkey.x}}
Public y coord : {{pubkey.y}}

Hex :
{{pubkey.hexDer}}
Base64 :
{{pubkey.b64Der}}
Clients generally need it for RPK authentication.

Client Endpoint Security Mode Security Information
{{ endpoint }} Pre-Shared Key Identity : {{ security.psk.identity }}
Key : {{ security.psk.key }}
Raw Public Key
(Elliptic Curve)
Params : {{ security.rpk.params }}
X : {{ security.rpk.x }}
Y : {{ security.rpk.y }}
X.509 Uses X.509 certificate




© 2015 - 2024 Weber Informatics LLC | Privacy Policy