Interface KeyMixin

All Known Subinterfaces:
IdentityPublicKeyMixin, IdentitySecretKeyMixin, KeyAgreementPublicKeyMixin, KeyAgreementSecretKeyMixin

public interface KeyMixin
Provides hints for correct Key JSON (de)serialization.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Deserializes a given hexadecimal string to byte array.
    static final class 
    Serializes a given byte array as hexadecimal string.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
  • Method Details

    • toByteArray

      byte[] toByteArray()