Interface KeysetWriter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(com.google.crypto.tink.proto.EncryptedKeyset keyset)
      Tries to write an EncryptedKeyset to some storage system.
      void write​(com.google.crypto.tink.proto.Keyset keyset)
      Tries to write a Keyset to some storage system.
    • Method Detail

      • write

        void write​(com.google.crypto.tink.proto.Keyset keyset)
            throws java.io.IOException
        Tries to write a Keyset to some storage system.
        Throws:
        java.io.IOException
      • write

        void write​(com.google.crypto.tink.proto.EncryptedKeyset keyset)
            throws java.io.IOException
        Tries to write an EncryptedKeyset to some storage system.
        Throws:
        java.io.IOException