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