Interface ISignalKeyPair

All Known Implementing Classes:
SignalKeyPair, SignalPreKeyPair, SignalSignedKeyPair

public sealed interface ISignalKeyPair permits SignalKeyPair, SignalPreKeyPair, SignalSignedKeyPair
  • Method Details

    • toSignalKey

      static byte[] toSignalKey(byte[] key)
    • toCurveKey

      static byte[] toCurveKey(byte[] key)
    • privateKey

      byte[] privateKey()
    • toNode

      Node toNode()
    • toGenericKeyPair

      SignalKeyPair toGenericKeyPair()
    • signalPublicKey

      default byte[] signalPublicKey()
    • publicKey

      byte[] publicKey()
    • encodedId

      default byte[] encodedId()
    • id

      default int id()