Interface XDHPublicKey

  • All Superinterfaces:
    java.security.Key, java.security.PublicKey, java.io.Serializable, XDHKey
    All Known Implementing Classes:
    BCXDHPublicKey

    public interface XDHPublicKey
    extends XDHKey, java.security.PublicKey
    • Field Summary

      • Fields inherited from interface java.security.Key

        serialVersionUID
      • Fields inherited from interface java.security.PublicKey

        serialVersionUID
    • Method Detail

      • getU

        java.math.BigInteger getU()
      • getUEncoding

        byte[] getUEncoding()