A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

E

EAN_13 - com.google.zxing.BarcodeFormat
EAN-13 1D format.
EAN_8 - com.google.zxing.BarcodeFormat
EAN-8 1D format.
EAX - クラス の変数freenet.support.CPUInformation.CPUID.CPUIDResult
 
EBX - クラス の変数freenet.support.CPUInformation.CPUID.CPUIDResult
 
EC - net.i2p.crypto.EncAlgo
 
EC - net.i2p.crypto.SigAlgo
 
EC_P256 - net.i2p.crypto.EncType
Pubkey 64 bytes; privkey 32 bytes;
EC_P384 - net.i2p.crypto.EncType
Pubkey 96 bytes; privkey 48 bytes;
EC_P521 - net.i2p.crypto.EncType
Pubkey 132 bytes; privkey 66 bytes;
ECB(int, int) - クラス のコンストラクタcom.google.zxing.qrcode.decoder.Version.ECB
 
ECBlocks(int, Version.ECB...) - クラス のコンストラクタcom.google.zxing.qrcode.decoder.Version.ECBlocks
 
ECConstants - net.i2p.cryptoのクラス
Constants for elliptic curves, from NIST FIPS 186-4 (2013) / ANSI X9.62
ECConstants() - クラス のコンストラクタnet.i2p.crypto.ECConstants
 
ECDSA_SHA256_P256 - net.i2p.crypto.SigType
Pubkey 64 bytes; privkey 32 bytes; hash 32 bytes; sig 64 bytes
ECDSA_SHA384_P384 - net.i2p.crypto.SigType
Pubkey 96 bytes; privkey 48 bytes; hash 48 bytes; sig 96 bytes
ECDSA_SHA512_P521 - net.i2p.crypto.SigType
Pubkey 132 bytes; privkey 66 bytes; hash 64 bytes; sig 132 bytes
ECDSA256_PAYLOAD - クラス のstatic変数net.i2p.data.KeyCertificate
 
ECI - com.google.zxing.qrcode.decoder.Mode
 
ECNReceived() - クラス のメソッドnet.i2p.router.transport.udp.PeerState
We received a backoff request, so cut our send window.
ECUtil - net.i2p.cryptoのクラス
Used by KeyGenerator.getSigningPublicKey() Modified from http://stackoverflow.com/questions/15727147/scalar-multiplication-of-point-over-elliptic-curve Apparently public domain.
ECUtil() - クラス のコンストラクタnet.i2p.crypto.ECUtil
 
ECX - クラス の変数freenet.support.CPUInformation.CPUID.CPUIDResult
 
Ed25519_PAYLOAD - クラス のstatic変数net.i2p.data.KeyCertificate
 
Ed25519FieldElement - net.i2p.crypto.eddsa.math.ed25519のクラス
Class to represent a field element of the finite field p=2^255-19 elements.
Ed25519FieldElement(Field, int[]) - クラス のコンストラクタnet.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Creates a field element.
Ed25519LittleEndianEncoding - net.i2p.crypto.eddsa.math.ed25519のクラス
Helper class for encoding/decoding from/to the 32 byte representation.
Ed25519LittleEndianEncoding() - クラス のコンストラクタnet.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
 
Ed25519ScalarOps - net.i2p.crypto.eddsa.math.ed25519のクラス
Class for reducing a huge integer modulo the group order q and doing a combined multiply plus add plus reduce operation.
Ed25519ScalarOps() - クラス のコンストラクタnet.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOps
 
EdDSA - net.i2p.crypto.SigAlgo
 
EdDSA_SHA512_Ed25519 - net.i2p.crypto.SigType
Pubkey 32 bytes; privkey 32 bytes; hash 64 bytes; sig 64 bytes Due to bugs in previous versions, minimum version is 0.9.17.
EdDSA_SHA512_Ed25519ph - net.i2p.crypto.SigType
Prehash version (double hashing, for offline use such as su3, not for use on the network) Pubkey 32 bytes; privkey 32 bytes; hash 64 bytes; sig 64 bytes
EdDSAEngine - net.i2p.crypto.eddsaのクラス
Signing and verification for EdDSA.
EdDSAEngine() - クラス のコンストラクタnet.i2p.crypto.eddsa.EdDSAEngine
No specific hash requested, allows any EdDSA key.
EdDSAEngine(MessageDigest) - クラス のコンストラクタnet.i2p.crypto.eddsa.EdDSAEngine
Specific hash requested, only matching keys will be allowed.
EdDSAGenParameterSpec - net.i2p.crypto.eddsa.specのクラス
Implementation of AlgorithmParameterSpec that holds the name of a named EdDSA curve specification.
EdDSAGenParameterSpec(String) - クラス のコンストラクタnet.i2p.crypto.eddsa.spec.EdDSAGenParameterSpec
 
EdDSAKey - net.i2p.crypto.eddsaのインタフェース
Common interface for all EdDSA keys.
EdDSANamedCurveSpec - net.i2p.crypto.eddsa.specのクラス
EdDSA Curve specification that can also be referred to by name.
EdDSANamedCurveSpec(String, Curve, String, ScalarOps, GroupElement) - クラス のコンストラクタnet.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
 
EdDSANamedCurveTable - net.i2p.crypto.eddsa.specのクラス
The named EdDSA curves.
EdDSANamedCurveTable() - クラス のコンストラクタnet.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
 
EdDSAParameterSpec - net.i2p.crypto.eddsa.specのクラス
Parameter specification for an EdDSA algorithm.
EdDSAParameterSpec(Curve, String, ScalarOps, GroupElement) - クラス のコンストラクタnet.i2p.crypto.eddsa.spec.EdDSAParameterSpec
 
EdDSAPrivateKey - net.i2p.crypto.eddsaのクラス
An EdDSA private key.
EdDSAPrivateKey(PKCS8EncodedKeySpec) - クラス のコンストラクタnet.i2p.crypto.eddsa.EdDSAPrivateKey
 
EdDSAPrivateKey(EdDSAPrivateKeySpec) - クラス のコンストラクタnet.i2p.crypto.eddsa.EdDSAPrivateKey
 
EdDSAPrivateKeySpec - net.i2p.crypto.eddsa.specのクラス
 
EdDSAPrivateKeySpec(byte[], byte[], byte[], GroupElement, EdDSAParameterSpec) - クラス のコンストラクタnet.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
 
EdDSAPrivateKeySpec(byte[], EdDSAParameterSpec) - クラス のコンストラクタnet.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
 
EdDSAPrivateKeySpec(EdDSAParameterSpec, byte[]) - クラス のコンストラクタnet.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
Initialize directly from the hash.
EdDSAPublicKey - net.i2p.crypto.eddsaのクラス
An EdDSA public key.
EdDSAPublicKey(X509EncodedKeySpec) - クラス のコンストラクタnet.i2p.crypto.eddsa.EdDSAPublicKey
 
EdDSAPublicKey(EdDSAPublicKeySpec) - クラス のコンストラクタnet.i2p.crypto.eddsa.EdDSAPublicKey
 
EdDSAPublicKeySpec - net.i2p.crypto.eddsa.specのクラス
 
EdDSAPublicKeySpec(byte[], EdDSAParameterSpec) - クラス のコンストラクタnet.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
 
EdDSAPublicKeySpec(GroupElement, EdDSAParameterSpec) - クラス のコンストラクタnet.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
 
EditBean - net.i2p.i2ptunnel.webのクラス
Ugly little accessor for the edit page Warning - This class is not part of the i2ptunnel API, it has been moved from the jar to the war.
EditBean() - クラス のコンストラクタnet.i2p.i2ptunnel.web.EditBean
 
EDX - クラス の変数freenet.support.CPUInformation.CPUID.CPUIDResult
 
EepGet - net.i2p.utilのクラス
EepGet [-p 127.0.0.1:4444] [-n #retries] [-o outputFile] [-m markSize lineLen] url
EepGet(I2PAppContext, boolean, String, int, int, long, long, String, OutputStream, String, boolean, String, String) - クラス のコンストラクタnet.i2p.util.EepGet
 
EepGet(I2PAppContext, boolean, String, int, int, long, long, String, OutputStream, String, boolean, String, String, String) - クラス のコンストラクタnet.i2p.util.EepGet
 
EepGet(I2PAppContext, boolean, String, int, int, String, String) - クラス のコンストラクタnet.i2p.util.EepGet
 
EepGet(I2PAppContext, boolean, String, int, int, String, String, boolean, String) - クラス のコンストラクタnet.i2p.util.EepGet
 
EepGet(I2PAppContext, boolean, String, int, int, String, String, boolean, String, String) - クラス のコンストラクタnet.i2p.util.EepGet
 
EepGet(I2PAppContext, boolean, String, int, int, String, String, String) - クラス のコンストラクタnet.i2p.util.EepGet
 
EepGet(I2PAppContext, int, String, String) - クラス のコンストラクタnet.i2p.util.EepGet
 
EepGet(I2PAppContext, int, String, String, boolean) - クラス のコンストラクタnet.i2p.util.EepGet
 
EepGet(I2PAppContext, String, int, int, String, String) - クラス のコンストラクタnet.i2p.util.EepGet
 
EepGet(I2PAppContext, String, int, int, String, String, boolean) - クラス のコンストラクタnet.i2p.util.EepGet
 
EEPGET_USER_AGENT - クラス のstatic変数org.klomp.snark.I2PSnarkUtil
 
EepGet.AUTH_MODE - net.i2p.utilの列挙型
 
EepGet.AuthState - net.i2p.utilのクラス
Manage the authentication parameters Ref: RFC 2617 Supports both Basic and Digest, however i2ptunnel HTTP proxy has migrated all previous Basic support to Digest.
EepGet.CLIStatusListener - net.i2p.utilのクラス
 
EepGet.Gunzipper - net.i2p.utilのクラス
Decompressor thread.
EepGet.StatusListener - net.i2p.utilのインタフェース
 
EepGetAndAddNamingService - net.i2p.client.namingのクラス
推奨されていません。
use HostsTxtNamingService.put()
EepGetAndAddNamingService(I2PAppContext) - クラス のコンストラクタnet.i2p.client.naming.EepGetAndAddNamingService
推奨されていません。
 
EepGetNamingService - net.i2p.client.namingのクラス
A network-based naming service using HTTP, with in-memory caching.
EepGetNamingService(I2PAppContext) - クラス のコンストラクタnet.i2p.client.naming.EepGetNamingService
The naming service should only be constructed and accessed through the application context.
EepHead - net.i2p.utilのクラス
This is a quick hack to get a working EepHead, primarily for the following usage:
EepHead(I2PAppContext, String, int, int, String) - クラス のコンストラクタnet.i2p.util.EepHead
 
EIGHT - クラス のstatic変数net.i2p.crypto.eddsa.math.Constants
 
EIGHT - クラス の変数net.i2p.crypto.eddsa.math.Field
 
EightBit - i2p.susi.webmail.encodingのクラス
Decode only.
EightBit() - クラス のコンストラクタi2p.susi.webmail.encoding.EightBit
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.Action
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.ActionList
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.AllowedValue
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.AllowedValueList
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.AllowedValueRange
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.Argument
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.ArgumentList
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.Device
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.DeviceList
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.event.PropertyList
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.Icon
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.IconList
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.Service
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.ServiceList
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.ServiceStateTable
 
ELEM_NAME - クラス のstatic変数org.cybergarage.upnp.StateVariable
 
ELG_ECDSA256_CERT - クラス のstatic変数net.i2p.data.KeyCertificate
An immutable ElG/ECDSA-P256 certificate.
ELG_Ed25519_CERT - クラス のstatic変数net.i2p.data.KeyCertificate
An immutable ElG/Ed25519 certificate.
ElGamal - net.i2p.crypto.SigAlgo
For local use only, not for use in the network.
ELGAMAL - net.i2p.crypto.EncAlgo
 
ELGAMAL_2048 - net.i2p.crypto.EncType
2048-bit MODP Group from RFC 3526.
ELGAMAL_2048_SPEC - クラス のstatic変数net.i2p.crypto.CryptoConstants
This will be org.bouncycastle.jce.spec.ElgamalParameterSpec if BC is available, otherwise it will be net.i2p.crypto.ElgamalParameterSpec
elGamalAESEngine() - クラス のメソッドnet.i2p.I2PAppContext
Access the ElGamal/AES+SessionTag engine for this context.
ElGamalAESEngine - net.i2p.cryptoのクラス
Handles the actual ElGamal+AES encryption and decryption scenarios using the supplied keys and data.
ElGamalAESEngine(I2PAppContext) - クラス のコンストラクタnet.i2p.crypto.ElGamalAESEngine
 
elGamalEngine() - クラス のメソッドnet.i2p.I2PAppContext
This is the ElGamal engine used within this context.
ElGamalEngine - net.i2p.cryptoのクラス
Wrapper for ElGamal encryption/signature schemes.
ElGamalEngine(I2PAppContext) - クラス のコンストラクタnet.i2p.crypto.ElGamalEngine
The ElGamal engine should only be constructed and accessed through the application context.
ElGamalGenParameterSpec - net.i2p.crypto.elgamal.specのクラス
 
ElGamalGenParameterSpec(int) - クラス のコンストラクタnet.i2p.crypto.elgamal.spec.ElGamalGenParameterSpec
 
ElGamalKey - net.i2p.crypto.elgamalのインタフェース
 
ElGamalKeySpec - net.i2p.crypto.elgamal.specのクラス
 
ElGamalKeySpec(ElGamalParameterSpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.spec.ElGamalKeySpec
 
ElGamalParameterSpec - net.i2p.crypto.elgamal.specのクラス
Copied from org.bouncycastle.jce.spec This can't actually be passed to the BC provider, we would have to use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec.
ElGamalParameterSpec(BigInteger, BigInteger) - クラス のコンストラクタnet.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Constructs a parameter set for Diffie-Hellman, using a prime modulus p and a base generator g.
ElGamalPrivateKey - net.i2p.crypto.elgamalのインタフェース
 
ElGamalPrivateKeyImpl - net.i2p.crypto.elgamal.implのクラス
 
ElGamalPrivateKeyImpl() - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
ElGamalPrivateKeyImpl(BigInteger, ElGamalParameterSpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
ElGamalPrivateKeyImpl(PKCS8EncodedKeySpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
ElGamalPrivateKeyImpl(DHPrivateKey) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
ElGamalPrivateKeyImpl(DHPrivateKeySpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
ElGamalPrivateKeyImpl(ElGamalPrivateKey) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
ElGamalPrivateKeyImpl(ElGamalPrivateKeySpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
ElGamalPrivateKeySpec - net.i2p.crypto.elgamal.specのクラス
This class specifies an ElGamal private key with its associated parameters.
ElGamalPrivateKeySpec(BigInteger, ElGamalParameterSpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.spec.ElGamalPrivateKeySpec
 
ElGamalPublicKey - net.i2p.crypto.elgamalのインタフェース
 
ElGamalPublicKeyImpl - net.i2p.crypto.elgamal.implのクラス
 
ElGamalPublicKeyImpl(BigInteger, ElGamalParameterSpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
ElGamalPublicKeyImpl(X509EncodedKeySpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
ElGamalPublicKeyImpl(DHPublicKey) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
ElGamalPublicKeyImpl(DHPublicKeySpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
ElGamalPublicKeyImpl(ElGamalPublicKey) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
ElGamalPublicKeyImpl(ElGamalPublicKeySpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
ElGamalPublicKeySpec - net.i2p.crypto.elgamal.specのクラス
This class specifies an ElGamal public key with its associated parameters.
ElGamalPublicKeySpec(BigInteger, ElGamalParameterSpec) - クラス のコンストラクタnet.i2p.crypto.elgamal.spec.ElGamalPublicKeySpec
 
ElGamalSigEngine - net.i2p.crypto.elgamalのクラス
ElG signatures with SHA-256 ref: https://en.wikipedia.org/wiki/ElGamal_signature_scheme
ElGamalSigEngine() - クラス のコンストラクタnet.i2p.crypto.elgamal.ElGamalSigEngine
No specific hash requested, allows any ElGamal key.
ElGamalSigEngine(MessageDigest) - クラス のコンストラクタnet.i2p.crypto.elgamal.ElGamalSigEngine
Specific hash requested, only matching keys will be allowed.
elgg - クラス のstatic変数net.i2p.crypto.CryptoConstants
 
elgp - クラス のstatic変数net.i2p.crypto.CryptoConstants
2048-bit MODP Group from RFC 3526
embedApps() - クラス のメソッドnet.i2p.router.web.CSSHelper
Returns whether app embedding is enabled or disabled
embedBasicPatterns(Version, ByteMatrix) - クラス のstaticメソッドcom.google.zxing.qrcode.encoder.MatrixUtil
 
embedDataBits(BitArray, int, ByteMatrix) - クラス のstaticメソッドcom.google.zxing.qrcode.encoder.MatrixUtil
 
embedTypeInfo(ErrorCorrectionLevel, int, ByteMatrix) - クラス のstaticメソッドcom.google.zxing.qrcode.encoder.MatrixUtil
 
enabled - クラス のstatic変数org.cybergarage.util.Debug
 
enabled - クラス の変数org.jrobin.graph.CommentText
 
ENABLED - クラス のstatic変数net.i2p.router.web.PluginStarter
 
ENABLED - クラス のstatic変数net.i2p.router.web.RouterConsoleRunner
 
EncAlgo - net.i2p.cryptoの列挙型
PRELIMINARY - unused - subject to change Base encryption algorithm type
encode(byte[]) - クラス のメソッドi2p.susi.webmail.encoding.Base64
 
encode(byte[]) - クラス のメソッドi2p.susi.webmail.encoding.EightBit
TODO would be nice to implement this, as it is supported on the project server, but content must be CRLF terminated with a max of 998 chars per line.
encode(byte[]) - クラス のメソッドi2p.susi.webmail.encoding.Encoding
Encode a byte array to a ASCII or ISO-8859-1 String.
encode(byte[]) - クラス のメソッドi2p.susi.webmail.encoding.HeaderLine
This will split multibyte chars across lines, see 4th ref above
encode(byte[]) - クラス のメソッドi2p.susi.webmail.encoding.HTML
 
encode(byte[]) - クラス のメソッドi2p.susi.webmail.encoding.QuotedPrintable
 
encode(byte[]) - クラス のメソッドi2p.susi.webmail.encoding.SevenBit
 
encode(byte[]) - クラス のstaticメソッドnet.i2p.data.Base32
Returns lower case.
encode(byte[]) - クラス のstaticメソッドnet.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '='
encode(byte[], boolean) - クラス のstaticメソッドnet.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '='
encode(byte[], int, int) - クラス のstaticメソッドnet.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '='
encode(byte[], int, int, boolean) - クラス のstaticメソッドnet.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '='
encode(int[], int) - クラス のメソッドcom.google.zxing.common.reedsolomon.ReedSolomonEncoder
 
encode(InputStream, Writer) - クラス のメソッドi2p.susi.webmail.encoding.Base64
More efficient than super
encode(InputStream, Writer) - クラス のメソッドi2p.susi.webmail.encoding.Encoding
Encode an input stream of bytes to a ASCII or ISO-8859-1 String.
encode(InputStream, Writer) - クラス のメソッドi2p.susi.webmail.encoding.QuotedPrintable
More efficient than super
encode(OutputStream) - クラス のメソッドorg.jrobin.graph.GifColorTable
 
encode(OutputStream) - クラス のメソッドorg.jrobin.graph.GifEncoder
 
encode(OutputStream) - クラス のメソッドorg.jrobin.graph.GifPixelsEncoder
 
encode(OutputStream, boolean, int, int) - クラス のメソッドorg.jrobin.graph.Gif89Frame
 
encode(String) - クラス のメソッドi2p.susi.webmail.encoding.Encoding
Encode a (UTF-8) String to a ASCII or ISO-8859-1 String.
encode(String) - クラス のメソッドi2p.susi.webmail.encoding.HeaderLine
Encode a single header line ONLY.
encode(String) - クラス のメソッドi2p.susi.webmail.encoding.HTML
 
encode(String) - クラス のstaticメソッドnet.i2p.data.Base32
Returns lower case.
encode(String) - クラス のstaticメソッドnet.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '=' As of 0.9.14, encodes the UTF-8 encoding of source.
encode(String, BarcodeFormat, int, int) - クラス のメソッドcom.google.zxing.qrcode.QRCodeWriter
 
encode(String, BarcodeFormat, int, int) - インタフェース のメソッドcom.google.zxing.Writer
Encode a barcode using the default settings.
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - クラス のメソッドcom.google.zxing.qrcode.QRCodeWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - インタフェース のメソッドcom.google.zxing.Writer
 
encode(String, ErrorCorrectionLevel) - クラス のstaticメソッドcom.google.zxing.qrcode.encoder.Encoder
 
encode(String, ErrorCorrectionLevel, Map<EncodeHintType, ?>) - クラス のstaticメソッドcom.google.zxing.qrcode.encoder.Encoder
 
encode(BigInteger) - クラス のメソッドnet.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
Convert x to little endian.
encode(FieldElement) - クラス のメソッドnet.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
 
encode(FieldElement) - クラス のメソッドnet.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
Encodes a given field element in its 32 byte representation.
encode(FieldElement) - クラス のメソッドnet.i2p.crypto.eddsa.math.Encoding
Encode a FieldElement in its (b-1)-bit encoding.
encodeFilenameRFC5987(String) - クラス のstaticメソッドi2p.susi.util.FilenameUtil
Encode the UTF-8 suitable for inclusion in a header as a RFC 5987/6266 filename* value, and for use as a cross-platform filename.
EncodeHintType - com.google.zxingの列挙型
These are a set of hints that you may pass to Writers to specify their behavior.
encodePath(String) - クラス のstaticメソッドorg.klomp.snark.web.BasicServlet
Simple version of URIUtil.encodePath()
encodePath(String) - クラス のstaticメソッドorg.klomp.snark.web.URIUtil
Encode a URI path.
encodePath(StringBuilder, String) - クラス のstaticメソッドorg.klomp.snark.web.URIUtil
Encode a URI path.
Encoder - com.google.zxing.qrcode.encoderのクラス
 
encodeTimestamp(byte[], int, double) - クラス のstaticメソッドnet.i2p.router.time.NtpMessage
Encodes a timestamp in the specified position in the message
encoding - クラス の変数i2p.susi.webmail.MailPart
 
Encoding - i2p.susi.webmail.encodingのクラス
Interface to encode/decode content transfer encodings like quoted-printable, base64 etc.
Encoding - net.i2p.crypto.eddsa.mathのクラス
Common interface for all (b-1)-bit encodings of elements of EdDSA finite fields.
Encoding() - クラス のコンストラクタi2p.susi.webmail.encoding.Encoding
 
Encoding() - クラス のコンストラクタnet.i2p.crypto.eddsa.math.Encoding
 
EncodingException - i2p.susi.webmail.encodingの例外
Converted from Exception to IOException in 0.9.33
EncodingException(String) - 例外 のコンストラクタi2p.susi.webmail.encoding.EncodingException
 
EncodingException(String, Exception) - 例外 のコンストラクタi2p.susi.webmail.encoding.EncodingException
 
EncodingFactory - i2p.susi.webmail.encodingのクラス
Manager class to handle content transfer encodings.
EncodingFactory() - クラス のコンストラクタi2p.susi.webmail.encoding.EncodingFactory
 
encrypt(byte[], int, byte[], int, SessionKey, byte[], int) - クラス のメソッドnet.i2p.crypto.AESEngine
Encrypt the payload with the session key
encrypt(byte[], int, byte[], int, SessionKey, byte[], int) - クラス のメソッドnet.i2p.crypto.CryptixAESEngine
 
encrypt(byte[], int, byte[], int, SessionKey, byte[], int, int) - クラス のメソッドnet.i2p.crypto.AESEngine
Encrypt the payload with the session key.
encrypt(byte[], int, byte[], int, SessionKey, byte[], int, int) - クラス のメソッドnet.i2p.crypto.CryptixAESEngine
 
encrypt(byte[], PublicKey) - クラス のメソッドnet.i2p.crypto.ElGamalEngine
encrypt the data to the public key
encrypt(byte[], PublicKey, SessionKey, long) - クラス のメソッドnet.i2p.crypto.ElGamalAESEngine
推奨されていません。
unused
encrypt(byte[], PublicKey, SessionKey, Set<SessionTag>, long) - クラス のメソッドnet.i2p.crypto.ElGamalAESEngine
推奨されていません。
unused
encrypt(byte[], PublicKey, SessionKey, Set<SessionTag>, SessionTag, long) - クラス のメソッドnet.i2p.crypto.ElGamalAESEngine
Encrypt the data to the target using the given key and deliver the specified tags No new session key This is the one called from GarlicMessageBuilder and is the primary entry point.
encrypt(byte[], PublicKey, SessionKey, Set<SessionTag>, SessionTag, SessionKey, long) - クラス のメソッドnet.i2p.crypto.ElGamalAESEngine
Encrypt the unencrypted data to the target.
encrypt(SessionKey) - クラス のメソッドnet.i2p.data.LeaseSet
Encrypt the gateway and tunnel ID of each lease, leaving the expire dates unchanged.
encryptAESBlock(byte[], SessionKey, byte[], Set<SessionTag>, SessionKey, long) - クラス のメソッドnet.i2p.crypto.ElGamalAESEngine
For both scenarios, this method encrypts the AES area using the given key, iv and making sure the resulting data is at least as long as the paddedSize and also mod 16 bytes.
encryptBlock(byte[], int, SessionKey, byte[], int) - クラス のメソッドnet.i2p.crypto.AESEngine
This just copies payload to out, see extension for the real thing.
encryptBlock(byte[], int, SessionKey, byte[], int) - クラス のメソッドnet.i2p.crypto.CryptixAESEngine
encrypt exactly 16 bytes using the session key
encrypted - クラス の変数net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
 
EncryptedBuildRecord - net.i2p.data.i2npのクラス
ElGamal-encrypted request or response.
EncryptedBuildRecord(byte[]) - クラス のコンストラクタnet.i2p.data.i2np.EncryptedBuildRecord
 
encryptRecord(I2PAppContext, PublicKey, Hash) - クラス のメソッドnet.i2p.data.i2np.BuildRequestRecord
Encrypt the record to the specified peer.
ENCSTYLE_URL - クラス のstatic変数org.cybergarage.soap.SOAP
 
EncType - net.i2p.cryptoの列挙型
PRELIMINARY - unused - subject to change Defines the properties for various encryption types that I2P supports or may someday support.
end - クラス の変数org.jrobin.core.jrrd.DataChunk
 
end - クラス の変数org.jrobin.graph.ImageParameters
 
end() - クラス のメソッドnet.i2p.router.JobTiming
Notify the timing that the job finished
END - クラス のstatic変数org.jrobin.core.timespec.TimeToken
 
END_TO_END_CRYPTO - クラス のstatic変数net.i2p.client.impl.I2CPMessageProducer
Should we include the I2CP end to end crypto (which is in addition to any garlic crypto added by the router)
endIndex - クラス の変数i2p.susi.dns.AddressbookBean
 
endTime - クラス の変数org.jrobin.graph.RrdGraphDef
 
engine.misc - パッケージ engine.misc
 
engineDigest() - クラス のメソッドnet.i2p.crypto.SHA1
Completes the hash computation by performing final operations such as padding.
engineDigest(byte[], int, int) - クラス のメソッドnet.i2p.crypto.SHA1
Completes the hash computation by performing final operations such as padding.
engineGeneratePrivate(KeySpec) - クラス のメソッドnet.i2p.crypto.eddsa.KeyFactory
As of 0.9.25, supports PKCS8EncodedKeySpec
engineGeneratePrivate(KeySpec) - クラス のメソッドnet.i2p.crypto.elgamal.KeyFactory
Supports PKCS8EncodedKeySpec
engineGeneratePublic(KeySpec) - クラス のメソッドnet.i2p.crypto.eddsa.KeyFactory
As of 0.9.25, supports X509EncodedKeySpec
engineGeneratePublic(KeySpec) - クラス のメソッドnet.i2p.crypto.elgamal.KeyFactory
Supports X509EncodedKeySpec
engineGetDigestLength() - クラス のメソッドnet.i2p.crypto.SHA1
Returns the digest length in bytes.
engineGetKeySpec(Key, Class<T>) - クラス のメソッドnet.i2p.crypto.eddsa.KeyFactory
 
engineGetKeySpec(Key, Class<T>) - クラス のメソッドnet.i2p.crypto.elgamal.KeyFactory
 
engineGetParameter(String) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
推奨されていません。 
engineGetParameter(String) - クラス のメソッドnet.i2p.crypto.elgamal.ElGamalSigEngine
推奨されていません。 
engineInitSign(PrivateKey) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
 
engineInitSign(PrivateKey) - クラス のメソッドnet.i2p.crypto.elgamal.ElGamalSigEngine
 
engineInitVerify(PublicKey) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
 
engineInitVerify(PublicKey) - クラス のメソッドnet.i2p.crypto.elgamal.ElGamalSigEngine
 
engineReset() - クラス のメソッドnet.i2p.crypto.SHA1
Reset athen initialize the digest context.
ENGINES_DEFAULT - クラス のstatic変数net.i2p.router.web.helpers.SearchHelper
 
engineSetParameter(String, Object) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
推奨されていません。
replaced with this
engineSetParameter(String, Object) - クラス のメソッドnet.i2p.crypto.elgamal.ElGamalSigEngine
推奨されていません。
replaced with this
engineSetParameter(AlgorithmParameterSpec) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
 
engineSign() - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
 
engineSign() - クラス のメソッドnet.i2p.crypto.elgamal.ElGamalSigEngine
 
engineTranslateKey(Key) - クラス のメソッドnet.i2p.crypto.eddsa.KeyFactory
 
engineTranslateKey(Key) - クラス のメソッドnet.i2p.crypto.elgamal.KeyFactory
 
engineUpdate(byte) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
 
engineUpdate(byte) - クラス のメソッドnet.i2p.crypto.elgamal.ElGamalSigEngine
 
engineUpdate(byte) - クラス のメソッドnet.i2p.crypto.SHA1
Updates the digest using the specified byte.
engineUpdate(byte[], int, int) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
 
engineUpdate(byte[], int, int) - クラス のメソッドnet.i2p.crypto.elgamal.ElGamalSigEngine
 
engineUpdate(byte[], int, int) - クラス のメソッドnet.i2p.crypto.SHA1
Updates the digest using the specified array of bytes, starting at the specified offset.
engineVerify(byte[]) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
 
engineVerify(byte[]) - クラス のメソッドnet.i2p.crypto.elgamal.ElGamalSigEngine
 
enqueue(PacketLocal) - クラス のメソッドnet.i2p.client.streaming.impl.PacketQueue
Add a new packet to be sent out ASAP.
enqueueInfoMessage() - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPConnection
Inject a DatabaseStoreMessage with our RouterInfo
entries - クラス の変数i2p.susi.dns.AddressbookBean
 
entries - クラス の変数net.i2p.router.news.BlocklistEntries
 
EntropyHarvester - net.i2p.cryptoのインタフェース
Allow various components with some entropy to feed that entropy back into some PRNG.
Entry() - クラス のコンストラクタnet.i2p.router.Banlist.Entry
 
entryAdded(NamingService, String, Destination, Properties) - インタフェース のメソッドnet.i2p.client.naming.NamingServiceListener
 
entryChanged(NamingService, String, Destination, Properties) - インタフェース のメソッドnet.i2p.client.naming.NamingServiceListener
 
entryRemoved(NamingService, String) - インタフェース のメソッドnet.i2p.client.naming.NamingServiceListener
 
entrySet() - クラス のメソッドnet.i2p.util.OrderedProperties
 
ENVELOPE - クラス のstatic変数org.cybergarage.soap.SOAP
 
EOF - クラス のstatic変数org.jrobin.core.timespec.TimeToken
 
EOFCode - クラス の変数org.jrobin.graph.GifPixelsEncoder
 
EOFOnMatchInputStream - i2p.susi.utilのクラス
A stream that returns EOF when the input matches the bytes provided.
EOFOnMatchInputStream(InputStream, byte[]) - クラス のコンストラクタi2p.susi.util.EOFOnMatchInputStream
Non-counter mode.
EOFOnMatchInputStream(InputStream, ReadCounter, byte[]) - クラス のコンストラクタi2p.susi.util.EOFOnMatchInputStream
Counter mode.
Epoch - org.jrobin.core.timespecのクラス
Small swing-based utility to convert timestamps (seconds since epoch) to readable dates and vice versa.
Epoch() - クラス のコンストラクタorg.jrobin.core.timespec.Epoch
 
EPOCH - クラス のstatic変数org.jrobin.core.timespec.TimeToken
 
eq(byte[], byte[]) - クラス のstaticメソッドnet.i2p.data.DataHelper
Run a comparison on the byte arrays, byte by byte.
eq(byte[], int, byte[], int, int) - クラス のstaticメソッドnet.i2p.data.DataHelper
Unlike eq(byte[], byte[]), this returns false if either lhs or rhs is null.
eq(byte, byte) - クラス のstaticメソッドnet.i2p.data.DataHelper
推奨されていません。
inefficient
eq(int, int) - クラス のstaticメソッドnet.i2p.data.DataHelper
推奨されていません。
inefficient
eq(long, long) - クラス のstaticメソッドnet.i2p.data.DataHelper
推奨されていません。
inefficient
eq(Object, Object) - クラス のstaticメソッドnet.i2p.data.DataHelper
Helper util to compare two objects, including null handling.
eq(Collection<?>, Collection<?>) - クラス のstaticメソッドnet.i2p.data.DataHelper
Run a deep comparison across the two collections.
eqCT(byte[], int, byte[], int, int) - クラス のstaticメソッドnet.i2p.data.DataHelper
Unlike eq(), this throws NPE if either lhs or rhs is null.
equal(byte[], byte[]) - クラス のstaticメソッドnet.i2p.crypto.eddsa.Utils
Constant-time byte[] comparison.
equal(double, double) - クラス のstaticメソッドorg.jrobin.core.Util
Compares two doubles but treats all NaNs as equal.
equal(int, int) - クラス のstaticメソッドnet.i2p.crypto.eddsa.Utils
Constant-time byte comparison.
equals(Object) - クラス のメソッドcom.google.zxing.common.BitArray
 
equals(Object) - クラス のメソッドcom.google.zxing.common.BitMatrix
 
equals(Object) - クラス のメソッドcom.google.zxing.qrcode.decoder.FormatInformation
 
equals(Object) - クラス のメソッドcom.nettgryppa.security.HashCash
Two objects are considered equal if they are both of type HashCash and have an identical string representation
equals(Object) - クラス のメソッドnet.i2p.client.naming.HostTxtEntry
Compares Destination only, not properties
equals(Object) - クラス のメソッドnet.i2p.client.streaming.I2PSocketAddress
 
equals(Object) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAPrivateKey
 
equals(Object) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAPublicKey
 
equals(Object) - クラス のメソッドnet.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
equals(Object) - クラス のメソッドnet.i2p.crypto.eddsa.math.Curve
 
equals(Object) - クラス のメソッドnet.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
 
equals(Object) - クラス のメソッドnet.i2p.crypto.eddsa.math.Field
 
equals(Object) - クラス のメソッドnet.i2p.crypto.eddsa.math.GroupElement
 
equals(Object) - クラス のメソッドnet.i2p.crypto.eddsa.spec.EdDSAParameterSpec
 
equals(Object) - クラス のメソッドnet.i2p.crypto.elgamal.spec.ElGamalParameterSpec
 
equals(Object) - クラス のメソッドnet.i2p.data.ByteArray
 
equals(Object) - クラス のメソッドnet.i2p.data.Certificate
 
equals(Object) - クラス のメソッドnet.i2p.data.DateAndFlags
 
equals(Object) - クラス のメソッドnet.i2p.data.Destination
 
equals(Object) - クラス のメソッドnet.i2p.data.i2cp.AbuseReason
 
equals(Object) - クラス のメソッドnet.i2p.data.i2cp.AbuseSeverity
 
equals(Object) - クラス のメソッドnet.i2p.data.i2cp.MessageId
 
equals(Object) - クラス のメソッドnet.i2p.data.i2cp.SessionConfig
 
equals(Object) - クラス のメソッドnet.i2p.data.i2cp.SessionId
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.DatabaseLookupMessage
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.DatabaseSearchReplyMessage
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.DatabaseStoreMessage
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.DataMessage
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.DeliveryInstructions
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.DeliveryStatusMessage
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.GarlicClove
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.GarlicMessage
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.TunnelDataMessage
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.TunnelGatewayMessage
 
equals(Object) - クラス のメソッドnet.i2p.data.i2np.UnknownI2NPMessage
 
equals(Object) - クラス のメソッドnet.i2p.data.KeysAndCert
 
equals(Object) - クラス のメソッドnet.i2p.data.Lease
 
equals(Object) - クラス のメソッドnet.i2p.data.LeaseSet
 
equals(Object) - クラス のメソッドnet.i2p.data.Payload
 
equals(Object) - クラス のメソッドnet.i2p.data.PrivateKey
 
equals(Object) - クラス のメソッドnet.i2p.data.router.RouterAddress
Transport, host, and port only.
equals(Object) - クラス のメソッドnet.i2p.data.router.RouterIdentity
 
equals(Object) - クラス のメソッドnet.i2p.data.router.RouterInfo
 
equals(Object) - クラス のメソッドnet.i2p.data.Signature
 
equals(Object) - クラス のメソッドnet.i2p.data.SigningPrivateKey
 
equals(Object) - クラス のメソッドnet.i2p.data.SigningPublicKey
 
equals(Object) - クラス のメソッドnet.i2p.data.SimpleDataStructure
Warning - this returns true for two different classes with the same size and same data, e.g.
equals(Object) - クラス のメソッドnet.i2p.data.TunnelId
 
equals(Object) - クラス のメソッドnet.i2p.internal.PoisonI2CPMessage
 
equals(Object) - クラス のメソッドnet.i2p.router.message.OutboundCache.HashPair
 
equals(Object) - クラス のメソッドnet.i2p.router.news.CRLEntry
 
equals(Object) - クラス のメソッドnet.i2p.router.news.NewsEntry
 
equals(Object) - クラス のメソッドnet.i2p.router.news.NewsMetadata.Release
For findbugs.
equals(Object) - クラス のメソッドnet.i2p.router.news.NewsMetadata.Update
For findbugs.
equals(Object) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
equals(Object) - クラス のメソッドnet.i2p.router.transport.TransportManager.Port
 
equals(Object) - クラス のメソッドnet.i2p.router.transport.udp.RemoteHostId
 
equals(Object) - クラス のメソッドnet.i2p.router.web.SummaryListener
 
equals(Object) - クラス のメソッドnet.i2p.stat.FrequencyStat
 
equals(Object) - クラス のメソッドnet.i2p.stat.Rate
This is used in StatSummarizer and SummaryListener.
equals(Object) - クラス のメソッドnet.i2p.stat.RateStat
 
equals(Object) - クラス のメソッドnet.i2p.util.LogLimit
 
equals(Object) - クラス のメソッドnet.i2p.util.LogRecord
Matches source class, first part of message string, and throwable class only.
equals(Object) - クラス のメソッドnet.i2p.util.NativeBigInteger
 
equals(Object) - クラス のメソッドorg.cybergarage.xml.Node
 
equals(Object) - クラス のメソッドorg.freenetproject.DetectedIP
 
equals(Object) - クラス のメソッドorg.freenetproject.ForwardPort
 
equals(Object) - クラス のメソッドorg.jrobin.core.ArcDef
Checks if two archive definitions are equal.
equals(Object) - クラス のメソッドorg.jrobin.core.DsDef
Checks if two datasource definitions are equal.
equals(Object) - クラス のメソッドorg.jrobin.core.jrrd.ConsolidationFunctionType
Compares this object against the specified object.
equals(Object) - クラス のメソッドorg.jrobin.core.jrrd.DataSourceType
Compares this object against the specified object.
equals(Object) - クラス のメソッドorg.jrobin.core.RrdDef
Compares the current RrdDef with another.
equals(Object) - クラス のメソッドorg.klomp.snark.BitField
 
equals(Object) - クラス のメソッドorg.klomp.snark.comments.Comment
Comments in the same 10-minute bucket and otherwise equal are considered equal.
equals(Object) - クラス のメソッドorg.klomp.snark.dht.NodeInfo
 
equals(Object) - クラス のメソッドorg.klomp.snark.PartialPiece
Make this simple so PeerCoordinator can keep a List.
equals(Object) - クラス のメソッドorg.klomp.snark.Peer
Two Peers are equal when they have the same PeerID.
equals(Object) - クラス のメソッドorg.klomp.snark.PeerID
Two PeerIDs are equal when they have the same dest hash
equals(Object) - クラス のメソッドorg.klomp.snark.Piece
 
equals(Object) - クラス のメソッドorg.klomp.snark.Request
 
equalsIgnoreTimestamp(Comment) - クラス のメソッドorg.klomp.snark.comments.Comment
Ignores timestamp
ERR_DESTINATION_UNKNOWN - クラス のstatic変数net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
 
ERR_NO_OUTPROXY - クラス のstatic変数net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
 
ERR_REQUEST_TIMEOUT - クラス のstatic変数net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
error - クラス の変数i2p.susi.webmail.Mail
 
error - クラス の変数i2p.susi.webmail.smtp.SMTPClient
 
error(String) - クラス のメソッドnet.i2p.util.Log
 
error(String, Throwable) - クラス のメソッドnet.i2p.BOB.Logger
 
error(String, Throwable) - クラス のメソッドnet.i2p.util.Log
 
ERROR - net.i2p.router.web.helpers.SummaryHelper.NetworkState
 
ERROR - クラス のstatic変数i2p.susi.debug.Debug
 
ERROR - クラス のstatic変数net.i2p.util.Log
 
ERROR_CODE - クラス のstatic変数org.cybergarage.soap.SOAP
 
ERROR_CORRECTION - com.google.zxing.EncodeHintType
Specifies what degree of error correction to use, for example in QR Codes.
ERROR_DESCRIPTION - クラス のstatic変数org.cybergarage.soap.SOAP
 
ErrorCorrectionLevel - com.google.zxing.qrcode.decoderの列挙型
See ISO 18004:2006, 6.5.1.
errorOccurred() - インタフェース のメソッドnet.i2p.client.streaming.I2PSocket.SocketErrorListener
An error occurred communicating with the peer.
errorOccurred() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelOutproxyRunner
 
errorOccurred() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelRunner
Deprecated, unimplemented in streaming, never called.
errorOccurred(I2PSession, String, Throwable) - クラス のメソッドnet.i2p.BOB.UDPIOthread
推奨されていません。
required by I2PSessionListener to notify of error
errorOccurred(I2PSession, String, Throwable) - インタフェース のメソッドnet.i2p.client.I2PSessionListener
Notify the client that some error occurred
errorOccurred(I2PSession, String, Throwable) - インタフェース のメソッドnet.i2p.client.I2PSessionMuxedListener
Notify the client that some error occurred.
errorOccurred(I2PSession, String, Throwable) - クラス のメソッドnet.i2p.client.impl.I2PSessionDemultiplexer
 
errorOccurred(I2PSession, String, Throwable) - クラス のメソッドnet.i2p.client.streaming.impl.MessageHandler
Notify the client that some error occurred
errorOccurred(I2PSession, String, Throwable) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelTask
Does nothing here.
errorOccurred(I2PSession, String, Throwable) - クラス のメソッドnet.i2p.i2ptunnel.udp.I2PSource.Listener
 
errorOccurred(I2PSession, String, Throwable) - クラス のメソッドnet.i2p.sam.MasterSession
 
errorOccurred(I2PSession, String, Throwable) - クラス のメソッドorg.klomp.snark.dht.KRPC
 
errors - クラス の変数org.jrobin.core.RrdSafeFileBackend.Counters
 
ErrorServlet - net.i2p.servletのクラス
Common servlet for errors This is intended for webapps and local plugins.
ErrorServlet() - クラス のコンストラクタnet.i2p.servlet.ErrorServlet
 
escapeHTML(String) - クラス のstaticメソッドnet.i2p.data.DataHelper
Escape a string for inclusion in HTML
EscapeHTMLOutputStream - i2p.susi.utilのクラス
Escape HTML on the fly.
EscapeHTMLOutputStream(OutputStream) - クラス のコンストラクタi2p.susi.util.EscapeHTMLOutputStream
 
EscapeHTMLWriter - i2p.susi.utilのクラス
Escape HTML on the fly.
EscapeHTMLWriter(Writer) - クラス のコンストラクタi2p.susi.util.EscapeHTMLWriter
 
escapeXMLChars(String) - クラス のstaticメソッドorg.cybergarage.xml.XML
 
establish(OutNetMessage) - クラス のメソッドnet.i2p.router.transport.udp.EstablishmentManager
Send the message to its specified recipient by establishing a connection with them and sending it off.
ESTABLISH_TIMEOUT - クラス のstatic変数net.i2p.router.transport.ntcp.NTCPTransport
how long from initial connection attempt (accept() or connect()) until the con must be established to avoid premature close()ing
establishing(NTCPConnection) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPTransport
add us to the establishment timeout process
EstablishmentManager - net.i2p.router.transport.udpのクラス
Coordinate the establishment of new sessions - both inbound and outbound.
EstablishmentManager(RouterContext, UDPTransport) - クラス のコンストラクタnet.i2p.router.transport.udp.EstablishmentManager
 
EstablishState - net.i2p.router.transport.ntcpのクラス
Handle the 4-phase establishment, which is as follows:
EstablishState(RouterContext, NTCPTransport, NTCPConnection) - クラス のコンストラクタnet.i2p.router.transport.ntcp.EstablishState
 
estimateHashCashTime(int) - クラス のstaticメソッドnet.i2p.data.PrivateKeyFile
 
estimateSize() - クラス のメソッドnet.i2p.data.i2np.GarlicClove
 
estimateTime(int) - クラス のstaticメソッドcom.nettgryppa.security.HashCash
Estimates how many milliseconds it would take to mint a cash of the specified value.
estimateValue(int) - クラス のstaticメソッドcom.nettgryppa.security.HashCash
Estimates what value (e.g.
EUC_KR - com.google.zxing.common.CharacterSetECI
 
evaluateAt(int) - クラス のメソッドcom.google.zxing.common.reedsolomon.GenericGFPoly
 
EVENT - クラス のstatic変数org.cybergarage.upnp.device.NT
 
EventDispatcher - net.i2p.utilのインタフェース
Event dispatching interface.
EventDispatcherImpl - net.i2p.utilのクラス
An implementation of the EventDispatcher interface.
EventDispatcherImpl() - クラス のコンストラクタnet.i2p.util.EventDispatcherImpl
 
EventListener - org.cybergarage.upnp.eventのインタフェース
 
eventLog() - クラス のメソッドnet.i2p.router.Router
 
EventLog - net.i2p.router.utilのクラス
Simple event logger for occasional events, with caching for reads.
EventLog(I2PAppContext, File) - クラス のコンストラクタnet.i2p.router.util.EventLog
 
EventLogHelper - net.i2p.router.web.helpersのクラス
/events.jsp
EventLogHelper() - クラス のコンストラクタnet.i2p.router.web.helpers.EventLogHelper
 
eventNotifyReceived(String, long, String, String) - クラス のメソッドnet.i2p.router.transport.UPnP
EventListener callback - unused for now - supported in miniupnpd as of 1.1
eventNotifyReceived(String, long, String, String) - インタフェース のメソッドorg.cybergarage.upnp.event.EventListener
 
eventOccurred() - クラス のメソッドnet.i2p.client.streaming.impl.Connection
 
eventOccurred() - クラス のメソッドnet.i2p.stat.Frequency
Take note that a new event occurred, recalculating all the averages and frequencies
eventOccurred() - クラス のメソッドnet.i2p.stat.FrequencyStat
update all of the frequencies for the various periods
eventOccurred(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.SchedulerClosed
 
eventOccurred(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.SchedulerClosing
 
eventOccurred(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.SchedulerConnectedBulk
 
eventOccurred(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.SchedulerConnecting
 
eventOccurred(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.SchedulerDead
 
eventOccurred(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.SchedulerHardDisconnected
 
eventOccurred(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.SchedulerPreconnect
 
eventOccurred(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.SchedulerReceived
 
eventOccurred(Connection) - インタフェース のメソッドnet.i2p.client.streaming.impl.TaskScheduler
An event has occurred (timeout, message sent, or message received), so schedule what to do next based on our current state.
EventPumper - net.i2p.router.transport.ntcpのクラス
The main NTCP NIO thread.
EventPumper(RouterContext, NTCPTransport) - クラス のコンストラクタnet.i2p.router.transport.ntcp.EventPumper
 
EventReceiver - net.i2p.i2ptunnel.ircのクラス
An implementation of the EventDispatcher interface for receiving events via in-line notifyEvent() only.
EventReceiver() - クラス のコンストラクタnet.i2p.i2ptunnel.irc.EventReceiver
 
exactlyEqual(ArcDef) - クラス のメソッドorg.jrobin.core.ArcDef
 
exactlyEqual(DsDef) - クラス のメソッドorg.jrobin.core.DsDef
 
EXCEPTION_IF_LOCKED - org.jrobin.core.RrdJRobin14FileBackend.LockMode
 
EXCLUDE_CIPHERS - クラス のstatic変数net.i2p.util.I2PSSLSocketFactory
We exclude everything that Java 8 disables by default, plus some others.
EXCLUDE_PROTOCOLS - クラス のstatic変数net.i2p.util.I2PSSLSocketFactory
Unmodifiable.
exec(String[], List<String>) - クラス のstaticメソッドnet.i2p.util.CommandLine
will only return if command not found
Exec - net.i2p.installerのクラス
This class can be used by the installer to execute shell commands.
Exec() - クラス のコンストラクタnet.i2p.installer.Exec
 
execDatagramMessage(String, Properties) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
execDestMessage(String, Properties) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
execNamingMessage(String, Properties) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
execRawMessage(String, Properties) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
execSessionMessage(String, Properties) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
execSessionMessage(String, Properties) - クラス のメソッドnet.i2p.sam.SAMv3Handler
 
execStreamClose(Properties) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
execStreamConnect(Properties) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
execStreamConnect(Properties) - クラス のメソッドnet.i2p.sam.SAMv3Handler
 
execStreamMessage(String, Properties) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
execStreamMessage(String, Properties) - クラス のメソッドnet.i2p.sam.SAMv2Handler
 
execStreamMessage(String, Properties) - クラス のメソッドnet.i2p.sam.SAMv3Handler
 
execStreamSend(Properties) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
execute(String) - クラス のメソッドnet.i2p.util.ShellCommand
推奨されていません。
unused
executeAndWait(String) - クラス のメソッドnet.i2p.util.ShellCommand
推奨されていません。
unused
executeAndWaitTimed(String, int) - クラス のメソッドnet.i2p.util.ShellCommand
推奨されていません。
unused
executeSilent(String) - クラス のメソッドnet.i2p.util.ShellCommand
推奨されていません。
unused
executeSilentAndWait(String) - クラス のメソッドnet.i2p.util.ShellCommand
Passes a command to the shell for execution.
executeSilentAndWaitTimed(String[], int) - クラス のメソッドnet.i2p.util.ShellCommand
Passes a command to the shell for execution.
executeSilentAndWaitTimed(String, int) - クラス のメソッドnet.i2p.util.ShellCommand
Passes a command to the shell for execution.
Executor - net.i2p.utilのクラス
Deprecated - used only by SimpleTimer
Executor(I2PAppContext, Log, List<SimpleTimer.TimedEvent>, SimpleStore) - クラス のコンストラクタnet.i2p.util.Executor
 
ExistingDestException() - 例外 のコンストラクタnet.i2p.sam.SessionsDB.ExistingDestException
 
ExistingIdException() - 例外 のコンストラクタnet.i2p.sam.SessionsDB.ExistingIdException
 
exists(String) - クラス のメソッドnet.i2p.BOB.NamedDB
returns true if an object exists, else returns false
exists(String) - クラス のメソッドorg.jrobin.core.RrdBackendFactory
Method to determine if a storage with the given path already exists.
exists(String) - クラス のメソッドorg.jrobin.core.RrdFileBackendFactory
Method to determine if a file with the given path already exists.
exists(String) - クラス のメソッドorg.jrobin.core.RrdJRobin14FileBackendFactory
Method to determine if a file with the given path already exists.
exists(String) - クラス のメソッドorg.jrobin.core.RrdMemoryBackendFactory
Method to determine if a memory storage with the given ID already exists.
EXIT_GRACEFUL - クラス のstatic変数net.i2p.router.Router
shut down after all tunnels are gone
EXIT_GRACEFUL_RESTART - クラス のstatic変数net.i2p.router.Router
shut down after all tunnels are gone, and tell the wrapper to restart
EXIT_HARD - クラス のstatic変数net.i2p.router.Router
shut down immediately
EXIT_HARD_RESTART - クラス のstatic変数net.i2p.router.Router
shut down immediately, and tell the wrapper to restart
EXIT_OOM - クラス のstatic変数net.i2p.router.Router
shut down immediately
exp(int) - クラス のメソッドcom.google.zxing.common.reedsolomon.GenericGF
 
expandDBProfile() - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
For floodfills
expandProfile() - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
When the given peer is performing well enough that we want to keep detailed stats on them again, call this to set up the info we dropped during shrinkProfile.
EXPIRE_DELAY - クラス のstatic変数net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
If a routerInfo structure isn't this recent, don't send it out.
EXPIRE_TIMEOUT - クラス のstatic変数net.i2p.router.transport.udp.UDPTransport
 
expireInboundMessages() - クラス のメソッドnet.i2p.router.transport.udp.PeerState
Expire partially received inbound messages, returning how many are still pending.
ExpireJob - net.i2p.router.tunnel.poolのクラス
This runs twice for each tunnel.
ExpireJob(RouterContext, TunnelCreatorConfig, TunnelPool) - クラス のコンストラクタnet.i2p.router.tunnel.pool.ExpireJob
 
ExpireLeasesJob - net.i2p.router.networkdb.kademliaのクラス
Periodically search through all leases to find expired ones, failing those keys and firing up a new search for each (in case we want it later, might as well preemptively fetch it)
ExpireLeasesJob(RouterContext, KademliaNetworkDatabaseFacade) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.ExpireLeasesJob
 
expireOn - クラス の変数net.i2p.router.Banlist.Entry
when it should expire, per the i2p clock
ExpireRoutersJob - net.i2p.router.networkdb.kademliaのクラス
Go through the routing table pick routers that are is out of date, but don't expire routers we're actively connected to.
ExpireRoutersJob(RouterContext, KademliaNetworkDatabaseFacade) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.ExpireRoutersJob
 
expireTimedOut() - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPTransport
called in the EventPumper no more than once a second or so, closing any unconnected/unestablished connections
EXPL - net.i2p.data.i2np.DatabaseLookupMessage.Type
exploratory - return closest non-floodfill router infos
ExploratoryPeerSelector - net.i2p.router.tunnel.poolのクラス
Pick peers randomly out of the not-failing pool, and put them into a tunnel ordered by XOR distance from a random key.
ExploratoryPeerSelector(RouterContext) - クラス のコンストラクタnet.i2p.router.tunnel.pool.ExploratoryPeerSelector
 
ExploreJob - net.i2p.router.networkdb.kademliaのクラス
Search for a particular key iteratively until we either find a value, we run out of peers, or the bucket the key belongs in has sufficient values in it.
ExploreJob(RouterContext, KademliaNetworkDatabaseFacade, Hash) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.ExploreJob
Create a new search for the routingKey specified
ExploreKeySelectorJob - net.i2p.router.networkdb.kademliaのクラス
推奨されていません。
unused, see comments in KNDF
ExploreKeySelectorJob(RouterContext, KademliaNetworkDatabaseFacade) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.ExploreKeySelectorJob
推奨されていません。
 
export(Writer) - クラス のメソッドi2p.susi.dns.NamingServiceBean
 
export(Writer) - クラス のメソッドnet.i2p.client.naming.NamingService
Export in a hosts.txt format.
export(Writer, Properties) - クラス のメソッドnet.i2p.client.naming.MetaNamingService
All services aggregated.
export(Writer, Properties) - クラス のメソッドnet.i2p.client.naming.NamingService
Export in a hosts.txt format.
export(Writer, Properties) - クラス のメソッドnet.i2p.client.naming.SingleFileNamingService
Overridden for efficiency.
export(Writer, Properties) - クラス のメソッドnet.i2p.router.naming.BlockfileNamingService
Export in a hosts.txt format.
exportCert(File, String, String, File) - クラス のstaticメソッドnet.i2p.crypto.KeyStoreUtil
Pull the cert back OUT of the keystore and save it in Base64-encoded X.509 format so the clients can get to it.
exportCert(Certificate, OutputStream) - クラス のstaticメソッドnet.i2p.crypto.CertUtil
Modified from: http://www.exampledepot.com/egs/java.security.cert/ExportCert.html Writes a certificate in base64 format.
exportCRL(X509CRL, OutputStream) - クラス のstaticメソッドnet.i2p.crypto.CertUtil
Writes a CRL in base64 format.
exportPrivateKey(File, String, String, String, OutputStream) - クラス のstaticメソッドnet.i2p.crypto.KeyStoreUtil
Export the private key and certificate chain (if any) out of a keystore.
exportPrivateKey(PrivateKey, Certificate[], OutputStream) - クラス のstaticメソッドnet.i2p.crypto.CertUtil
Writes the private key and all certs in base64 format.
exportProfile(Hash, OutputStream) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
 
exportXml() - クラス のメソッドorg.jrobin.core.FetchData
Dumps fetch data in XML format.
exportXml() - クラス のメソッドorg.jrobin.core.RrdDb
This method is just an alias for getXml method.
exportXml(OutputStream) - クラス のメソッドorg.jrobin.core.FetchData
Dumps fetch data to output stream in XML format.
exportXml(OutputStream) - クラス のメソッドorg.jrobin.core.RrdDb
This method is just an alias for dumpXml method.
exportXml(String) - クラス のメソッドorg.jrobin.core.FetchData
Dumps fetch data to file in XML format.
exportXml(String) - クラス のメソッドorg.jrobin.core.RrdDb
This method is just an alias for dumpXml(String) method.
exportXmlTemplate() - クラス のメソッドorg.jrobin.core.RrdDef
Exports RrdDef object to string in XML format.
exportXmlTemplate(OutputStream) - クラス のメソッドorg.jrobin.core.RrdDef
Exports RrdDef object to output stream in XML format.
exportXmlTemplate(String) - クラス のメソッドorg.jrobin.core.RrdDef
Exports RrdDef object to a file in XML format.
EXT - クラス のstatic変数org.cybergarage.http.HTTP
 
EXTENSION - クラス のstatic変数org.klomp.snark.Message
 
ExtensionHandler - org.klomp.snarkのクラス
REF: BEP 10 Extension Protocol
ExtensionHandler() - クラス のコンストラクタorg.klomp.snark.ExtensionHandler
 
extensionMessage(int, byte[]) - クラス のメソッドorg.klomp.snark.PeerState
 
externalAddressReceived(Hash, byte[], int) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
Someone we tried to contact gave us what they think our IP address is.
externalAddressReceived(Transport.AddressSource, byte[], int) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPTransport
UDP changed addresses, tell NTCP and (possibly) restart
externalAddressReceived(Transport.AddressSource, byte[], int) - インタフェース のメソッドnet.i2p.router.transport.Transport
Notify a transport of an external address change.
externalAddressReceived(Transport.AddressSource, byte[], int) - クラス のメソッドnet.i2p.router.transport.TransportImpl
Notify a transport of an external address change.
externalAddressReceived(Transport.AddressSource, byte[], int) - クラス のメソッドnet.i2p.router.transport.TransportManager
Initialize from interfaces, and callback from UPnP or SSU.
externalAddressReceived(Transport.AddressSource, byte[], int) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
From config, UPnP, local i/f, ...
externalAddressRemoved(Transport.AddressSource, boolean) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPTransport
Notify a transport of an external address change.
externalAddressRemoved(Transport.AddressSource, boolean) - インタフェース のメソッドnet.i2p.router.transport.Transport
Notify a transport of an external address change.
externalAddressRemoved(Transport.AddressSource, boolean) - クラス のメソッドnet.i2p.router.transport.TransportImpl
Notify a transport of an external address change.
externalAddressRemoved(Transport.AddressSource, boolean) - クラス のメソッドnet.i2p.router.transport.TransportManager
Remove all ipv4 or ipv6 addresses.
externalPort - クラス の変数org.freenetproject.ForwardPortStatus
Some plugins may need to change the external port.
ExternalTrayManager - net.i2p.desktopguiのクラス
When started before the router, e.g.
ExternalTrayManager(I2PAppContext, Main, boolean) - クラス のコンストラクタnet.i2p.desktopgui.ExternalTrayManager
 
EXTRA - クラス のstatic変数net.i2p.router.RouterVersion
for example "-test"
extractCN(String) - クラス のstaticメソッドorg.apache.http.conn.ssl.DefaultHostnameVerifier
 
extractHash() - クラス のメソッドnet.i2p.client.datagram.I2PDatagramDissector
Extract the hash of the payload of an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), without verifying the datagram signature.
extractPayload() - クラス のメソッドnet.i2p.client.datagram.I2PDatagramDissector
Extract the payload carried by an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), without verifying the datagram signature.
extractSender() - クラス のメソッドnet.i2p.client.datagram.I2PDatagramDissector
Extract the sender of an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), without verifying the datagram signature.
extractSubjectAlts(X509Certificate, int) - クラス のstaticメソッドorg.apache.http.conn.ssl.DefaultHostnameVerifier
 
extractZip(File, File) - クラス のstaticメソッドnet.i2p.util.FileUtil
As of release 0.7.12, any files inside the zip that have a .jar.pack or .war.pack suffix are transparently unpacked to a .jar or .war file using unpack200.
extractZip(File, File, int) - クラス のstaticメソッドnet.i2p.util.FileUtil
Warning - do not call any new classes from here, or update will crash the JVM.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
ナビゲーション・リンクをスキップ