Class OwlKeyConfirmation

    • Constructor Summary

      Constructors 
      Constructor Description
      OwlKeyConfirmation​(java.lang.String id, java.math.BigInteger magTag)
      Constructor of OwlKeyConfirmation
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Get the identity of the sender
      java.math.BigInteger getMacTag()
      Get the MAC tag which serves as a key confirmation string
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OwlKeyConfirmation

        public OwlKeyConfirmation​(java.lang.String id,
                                  java.math.BigInteger magTag)
        Constructor of OwlKeyConfirmation
        Parameters:
        id - The identity of the sender
        magTag - The key confirmation string
    • Method Detail

      • getId

        public java.lang.String getId()
        Get the identity of the sender
        Returns:
        The identity of the sender
      • getMacTag

        public java.math.BigInteger getMacTag()
        Get the MAC tag which serves as a key confirmation string
        Returns:
        The MAC tag