Package io.aether.api.common
Class PairKeysAsym
- java.lang.Object
-
- io.aether.api.common.PairKeys
-
- io.aether.api.common.PairKeysAsym
-
- All Implemented Interfaces:
io.aether.utils.ToString
public class PairKeysAsym extends PairKeys implements io.aether.utils.ToString
-
-
Field Summary
Fields Modifier and Type Field Description static io.aether.net.fastMeta.FastMetaType<PairKeysAsym>METAstatic io.aether.net.fastMeta.FastMetaType<PairKeysAsym>META_BODYprotected KeyprivateKeyprotected KeypublicKey
-
Constructor Summary
Constructors Constructor Description PairKeysAsym(Key privateKey, Key publicKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetAetherTypeId()KeygetPrivateKey()KeygetPublicKey()inthashCode()java.lang.StringtoString()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META_BODY
public static final io.aether.net.fastMeta.FastMetaType<PairKeysAsym> META_BODY
-
META
public static final io.aether.net.fastMeta.FastMetaType<PairKeysAsym> META
-
privateKey
protected final Key privateKey
-
publicKey
protected final Key publicKey
-
-
Method Detail
-
getAetherTypeId
public int getAetherTypeId()
- Specified by:
getAetherTypeIdin classPairKeys
-
getPrivateKey
public Key getPrivateKey()
- Specified by:
getPrivateKeyin classPairKeys
-
getPublicKey
public Key getPublicKey()
-
-