Modifier and Type | Class and Description |
---|---|
public static interface | |
public static interface | |
private static class | |
private static class | |
private static class | |
private static class |
Modifier and Type | Field and Description |
---|---|
private final int | |
private final ImmutableIntegerModuloP | |
private final EdDSAParameters. | |
private final Function | |
private final EdECOperations | |
private final IntegerFieldModuloP | |
private final int | |
private final int | |
private final String | |
private static final ParametersMap | |
private final ObjectIdentifier | |
private final IntegerFieldModuloP | |
private static final String | |
private static final String |
Access | Constructor and Description |
---|---|
public | EdDSAParameters(String name, ObjectIdentifier oid, IntegerFieldModuloP field, IntegerFieldModuloP orderField, ImmutableIntegerModuloP d, EdECOperations edOps, EdDSAParameters.
|
Modifier and Type | Method and Description |
---|---|
public EdDSAParameters. | |
public EdDSAParameters. | |
public byte[] | |
public byte[] | |
pack-priv static byte[] | |
pack-priv static byte[] | |
pack-priv static byte[] | |
public static <T extends Throwable> EdDSAParameters | |
public static <T extends Throwable> EdDSAParameters | |
public int | |
public static <T extends Throwable> EdDSAParameters | |
public ImmutableIntegerModuloP | |
public EdECOperations | |
public IntegerFieldModuloP | |
public int | |
public int | |
public String | |
public ObjectIdentifier | |
public IntegerFieldModuloP |
bits | back to summary |
---|---|
private final int bits |
d | back to summary |
---|---|
private final ImmutableIntegerModuloP d |
digester | back to summary |
---|---|
private final EdDSAParameters. |
dom | back to summary |
---|---|
private final Function<EdDSAParameterSpec, byte[]> dom |
edOperations | back to summary |
---|---|
private final EdECOperations edOperations |
field | back to summary |
---|---|
private final IntegerFieldModuloP field |
keyLength | back to summary |
---|---|
private final int keyLength |
logCofactor | back to summary |
---|---|
private final int logCofactor |
name | back to summary |
---|---|
private final String name |
namedParams | back to summary |
---|---|
private static final ParametersMap<EdDSAParameters> namedParams |
oid | back to summary |
---|---|
private final ObjectIdentifier oid |
orderField | back to summary |
---|---|
private final IntegerFieldModuloP orderField |
prefixStr25519 | back to summary |
---|---|
private static final String prefixStr25519 |
prefixStr448 | back to summary |
---|---|
private static final String prefixStr448 |
EdDSAParameters | back to summary |
---|---|
public EdDSAParameters(String name, ObjectIdentifier oid, IntegerFieldModuloP field, IntegerFieldModuloP orderField, ImmutableIntegerModuloP d, EdECOperations edOps, EdDSAParameters. |
createDigester | back to summary |
---|---|
public EdDSAParameters. |
createDigester | back to summary |
---|---|
public EdDSAParameters. |
digest | back to summary |
---|---|
public byte[] digest(byte[]... data) |
dom | back to summary |
---|---|
public byte[] dom(EdDSAParameterSpec sigParams) |
dom2 | back to summary |
---|---|
pack-priv static byte[] dom2(EdDSAParameterSpec sigParams) |
dom4 | back to summary |
---|---|
pack-priv static byte[] dom4(EdDSAParameterSpec sigParams) |
domImpl | back to summary |
---|---|
pack-priv static byte[] domImpl(String prefixStr, EdDSAParameterSpec sigParams) |
get | back to summary |
---|---|
public static <T extends Throwable> EdDSAParameters get(Function<String, T> exception, AlgorithmId algId) throws T |
get | back to summary |
---|---|
public static <T extends Throwable> EdDSAParameters get(Function<String, T> exception, AlgorithmParameterSpec params) throws T |
getBits | back to summary |
---|---|
public int getBits() |
getBySize | back to summary |
---|---|
public static <T extends Throwable> EdDSAParameters getBySize(Function<String, T> exception, int size) throws T |
getD | back to summary |
---|---|
public ImmutableIntegerModuloP getD() |
getEdOperations | back to summary |
---|---|
public EdECOperations getEdOperations() |
getField | back to summary |
---|---|
public IntegerFieldModuloP getField() |
getKeyLength | back to summary |
---|---|
public int getKeyLength() |
getLogCofactor | back to summary |
---|---|
public int getLogCofactor() |
getName | back to summary |
---|---|
public String getName() |
getOid | back to summary |
---|---|
public ObjectIdentifier getOid() |
getOrderField | back to summary |
---|---|
public IntegerFieldModuloP getOrderField() |
Modifier and Type | Method and Description |
---|---|
public byte[] | |
public void | |
public void |
digest | back to summary |
---|---|
public byte[] digest() |
update | back to summary |
---|---|
public void update(byte data) |
update | back to summary |
---|---|
public void update(byte[] data, int off, int len) |
Modifier and Type | Method and Description |
---|---|
public EdDSAParameters. | |
public default EdDSAParameters. | |
public default byte[] |
createDigester | back to summary |
---|---|
public EdDSAParameters. |
createDigester | back to summary |
---|---|
public default EdDSAParameters. |
digest | back to summary |
---|---|
public default byte[] digest(byte[]... data) |
Modifier and Type | Field and Description |
---|---|
private final MessageDigest |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public byte[] | |
public void | |
public void |
md | back to summary |
---|---|
private final MessageDigest md |
MessageDigester | back to summary |
---|---|
private MessageDigester(MessageDigest md) |
digest | back to summary |
---|---|
public byte[] digest() Implements sun.
|
update | back to summary |
---|---|
public void update(byte data) Implements sun.
|
update | back to summary |
---|---|
public void update(byte[] data, int off, int len) Implements sun.
|
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public EdDSAParameters. |
SHA512DigesterFactory | back to summary |
---|---|
private SHA512DigesterFactory() |
createDigester | back to summary |
---|---|
public EdDSAParameters. Implements sun.
|
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public byte[] | |
public void | |
public void |
md | back to summary |
---|---|
pack-priv SHAKE256 md |
SHAKE256Digester | back to summary |
---|---|
pack-priv SHAKE256Digester(int len) |
digest | back to summary |
---|---|
public byte[] digest() Implements sun.
|
update | back to summary |
---|---|
public void update(byte data) Implements sun.
|
update | back to summary |
---|---|
public void update(byte[] data, int off, int len) Implements sun.
|
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public EdDSAParameters. | |
public EdDSAParameters. | createDigester(int len)
Overrides default sun.
|
SHAKE256DigesterFactory | back to summary |
---|---|
private SHAKE256DigesterFactory() |
createDigester | back to summary |
---|---|
public EdDSAParameters. Implements sun.
|
createDigester | back to summary |
---|---|
public EdDSAParameters. Overrides default sun.
|