Skip navigation links
A B C D E G I N P S W 

A

append(byte) - Method in interface io.github.novacrypto.base58.DecodeWriter
 
append(char) - Method in interface io.github.novacrypto.base58.EncodeTarget
 

B

BadCharacterException - Exception in io.github.novacrypto.base58
 
BadCharacterException(char) - Constructor for exception io.github.novacrypto.base58.BadCharacterException
 
Base58 - Class in io.github.novacrypto.base58
Class for encoding byte arrays to base58.
base58Decode(CharSequence) - Static method in class io.github.novacrypto.base58.Base58
Decodes given bytes as a number in base58.
base58Encode(byte[]) - Static method in class io.github.novacrypto.base58.Base58
Encodes given bytes as a number in base58.

C

clear() - Method in interface io.github.novacrypto.base58.WorkingBuffer
 

D

decode(CharSequence) - Method in interface io.github.novacrypto.base58.Decoder
Decodes given bytes as a number in base58.
decode(CharSequence, DecodeTarget) - Method in interface io.github.novacrypto.base58.SecureDecoder
Decodes given bytes as a number in base58.
Decoder - Interface in io.github.novacrypto.base58
 
DecodeTarget - Interface in io.github.novacrypto.base58
 
DecodeWriter - Interface in io.github.novacrypto.base58
 

E

encode(byte[]) - Method in interface io.github.novacrypto.base58.Encoder
Encodes given bytes as a number in base58.
encode(byte[], EncodeTarget) - Method in interface io.github.novacrypto.base58.SecureEncoder
Encodes given bytes as a number in base58.
Encoder - Interface in io.github.novacrypto.base58
 
EncoderDecoder - Interface in io.github.novacrypto.base58
 
EncodeTarget - Interface in io.github.novacrypto.base58
 

G

GeneralEncoderDecoder - Interface in io.github.novacrypto.base58
 
get(int) - Method in interface io.github.novacrypto.base58.WorkingBuffer
 
getWriterForLength(int) - Method in interface io.github.novacrypto.base58.DecodeTarget
 

I

io.github.novacrypto.base58 - package io.github.novacrypto.base58
 

N

newInstance() - Static method in class io.github.novacrypto.base58.Base58
 
newInstanceWithBuffer(WorkingBuffer) - Static method in class io.github.novacrypto.base58.Base58
 
newSecureInstance() - Static method in class io.github.novacrypto.base58.Base58
 

P

put(int, byte) - Method in interface io.github.novacrypto.base58.WorkingBuffer
 

S

SecureDecoder - Interface in io.github.novacrypto.base58
 
SecureEncoder - Interface in io.github.novacrypto.base58
 
SecureEncoderDecoder - Interface in io.github.novacrypto.base58
 
setCapacity(int) - Method in interface io.github.novacrypto.base58.WorkingBuffer
 

W

WorkingBuffer - Interface in io.github.novacrypto.base58
 
A B C D E G I N P S W 
Skip navigation links