Uses of Class
net.i2p.data.KeyCertificate
Packages that use KeyCertificate
Package
Description
These classes define the common data structures used by the various
I2P protocols.
-
Uses of KeyCertificate in net.i2p.data
Fields in net.i2p.data declared as KeyCertificateModifier and TypeFieldDescriptionstatic final KeyCertificateKeyCertificate.ELG_ECDSA256_CERTAn immutable ElG/ECDSA-P256 certificate.static final KeyCertificateKeyCertificate.ELG_Ed25519_CERTAn immutable ElG/Ed25519 certificate.static final KeyCertificateKeyCertificate.X25519_Ed25519_CERTAn immutable X25519/Ed25519 certificate.Methods in net.i2p.data that return KeyCertificateModifier and TypeMethodDescriptionCertificate.toKeyCertificate()Up-convert this to a KeyCertificateKeyCertificate.toKeyCertificate()Methods in net.i2p.data with parameters of type KeyCertificateModifier 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 any(package private) PublicKeyPublicKey.toTypedKey(KeyCertificate kcert) Up-convert this from an untyped (type 0) PK to a typed PK based on the Key Cert given.(package private) SigningPublicKeySigningPublicKey.toTypedKey(KeyCertificate kcert) Up-convert this from an untyped (type 0) SPK to a typed SPK based on the Key Cert given.