Uses of Class
net.i2p.data.KeyCertificate
-
Packages that use KeyCertificate Package Description net.i2p.data 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 KeyCertificate Modifier and Type Field Description static KeyCertificateKeyCertificate. ELG_ECDSA256_CERTAn immutable ElG/ECDSA-P256 certificate.static KeyCertificateKeyCertificate. ELG_Ed25519_CERTAn immutable ElG/Ed25519 certificate.Methods in net.i2p.data that return KeyCertificate Modifier and Type Method Description KeyCertificateCertificate. toKeyCertificate()Up-convert this to a KeyCertificateKeyCertificateKeyCertificate. toKeyCertificate()Methods in net.i2p.data with parameters of type KeyCertificate Modifier and Type Method Description byte[]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 anyPublicKeyPublicKey. toTypedKey(KeyCertificate kcert)Up-convert this from an untyped (type 0) PK to a typed PK based on the Key Cert given.SigningPublicKeySigningPublicKey. toTypedKey(KeyCertificate kcert)Up-convert this from an untyped (type 0) SPK to a typed SPK based on the Key Cert given.
-