Class PairKeysAsym

  • All Implemented Interfaces:
    io.aether.utils.ToString

    public class PairKeysAsym
    extends PairKeys
    implements io.aether.utils.ToString
    • 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
    • Constructor Detail

      • PairKeysAsym

        public PairKeysAsym​(Key privateKey,
                            Key publicKey)
    • Method Detail

      • getPublicKey

        public Key getPublicKey()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class PairKeys
      • toString

        public void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString
        Overrides:
        toString in class PairKeys