Package io.aether.api.common
Class KeySymmetric
- java.lang.Object
-
- io.aether.api.common.Key
-
- io.aether.api.common.KeySymmetric
-
- All Implemented Interfaces:
io.aether.utils.ToString
- Direct Known Subclasses:
HydrogenSecretBox,SodiumChacha20Poly1305
public abstract class KeySymmetric extends Key implements io.aether.utils.ToString
-
-
Field Summary
Fields Modifier and Type Field Description static io.aether.net.fastMeta.FastMetaType<KeySymmetric>META
-
Constructor Summary
Constructors Constructor Description KeySymmetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetAetherTypeId()inthashCode()java.lang.StringtoString()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META
public static final io.aether.net.fastMeta.FastMetaType<KeySymmetric> META
-
-
Method Detail
-
getAetherTypeId
public int getAetherTypeId()
- Specified by:
getAetherTypeIdin classKey
-
-