Package io.aether.api.common
Class SodiumCurvePrivate
- java.lang.Object
-
- io.aether.api.common.Key
-
- io.aether.api.common.KeyAsymmetric
-
- io.aether.api.common.KeyAsymmetricPrivate
-
- io.aether.api.common.SodiumCurvePrivate
-
- All Implemented Interfaces:
io.aether.utils.ToString
public class SodiumCurvePrivate extends KeyAsymmetricPrivate implements io.aether.utils.ToString
-
-
Field Summary
Fields Modifier and Type Field Description protected @io.aether.net.fastMeta.L(32) byte[]datastatic io.aether.net.fastMeta.FastMetaType<SodiumCurvePrivate>METAstatic io.aether.net.fastMeta.FastMetaType<SodiumCurvePrivate>META_BODY
-
Constructor Summary
Constructors Constructor Description SodiumCurvePrivate(@io.aether.net.fastMeta.L(32) byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandataContains(byte el)booleanequals(java.lang.Object o)intgetAetherTypeId()@io.aether.net.fastMeta.L(32) byte[]getData()inthashCode()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META_BODY
public static final io.aether.net.fastMeta.FastMetaType<SodiumCurvePrivate> META_BODY
-
META
public static final io.aether.net.fastMeta.FastMetaType<SodiumCurvePrivate> META
-
data
protected final @io.aether.net.fastMeta.L(32) byte[] data
-
-
Method Detail
-
getAetherTypeId
public int getAetherTypeId()
- Overrides:
getAetherTypeIdin classKeyAsymmetricPrivate
-
dataContains
public boolean dataContains(byte el)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classKeyAsymmetricPrivate
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKeyAsymmetricPrivate
-
toString
public void toString(io.aether.utils.AString sb)
- Specified by:
toStringin interfaceio.aether.utils.ToString- Overrides:
toStringin classKeyAsymmetricPrivate
-
-