Uses of Class
net.i2p.data.KeyCertificate
Package
Description
These classes define the common data structures used by the various
I2P protocols.
-
Uses of KeyCertificate in net.i2p.data
Modifier and TypeFieldDescriptionstatic final KeyCertificate
KeyCertificate.ELG_ECDSA256_CERT
An immutable ElG/ECDSA-P256 certificate.static final KeyCertificate
KeyCertificate.ELG_Ed25519_CERT
An immutable ElG/Ed25519 certificate.static final KeyCertificate
KeyCertificate.X25519_Ed25519_CERT
An immutable X25519/Ed25519 certificate.Modifier and TypeMethodDescriptionCertificate.toKeyCertificate()
Up-convert this to a KeyCertificateKeyCertificate.toKeyCertificate()
Modifier and TypeMethodDescriptionbyte[]
PublicKey.getPadding
(KeyCertificate kcert) Get the portion of this (type 0) PK that is really padding based on the Key Cert type given, if anybyte[]
SigningPublicKey.getPadding
(KeyCertificate kcert) Get the portion of this (type 0) SPK that is really padding based on the Key Cert type given, if anyPublicKey.toTypedKey
(KeyCertificate kcert) Up-convert this from an untyped (type 0) PK to a typed PK based on the Key Cert given.SigningPublicKey.toTypedKey
(KeyCertificate kcert) Up-convert this from an untyped (type 0) SPK to a typed SPK based on the Key Cert given.