Uses of Class
net.i2p.data.KeyCertificate

Packages that use KeyCertificate
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
static KeyCertificate KeyCertificate.ELG_ECDSA256_CERT
          An immutable ElG/ECDSA-P256 certificate.
static KeyCertificate KeyCertificate.ELG_Ed25519_CERT
          An immutable ElG/Ed25519 certificate.
 

Methods in net.i2p.data that return KeyCertificate
 KeyCertificate Certificate.toKeyCertificate()
          Up-convert this to a KeyCertificate
 KeyCertificate KeyCertificate.toKeyCertificate()
           
 

Methods in net.i2p.data with parameters of type KeyCertificate
 byte[] 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
 SigningPublicKey SigningPublicKey.toTypedKey(KeyCertificate kcert)
          Up-convert this from an untyped (type 0) SPK to a typed SPK based on the Key Cert given.