Class NoSecretKeysetHandle

    • Method Detail

      • parseFrom

        @Deprecated
        public static final KeysetHandle parseFrom​(byte[] serialized)
                                            throws java.security.GeneralSecurityException
        Returns:
        a new keyset handle from serialized which is a serialized Keyset.
        Throws:
        java.security.GeneralSecurityException
      • read

        public static final KeysetHandle read​(KeysetReader reader)
                                       throws java.security.GeneralSecurityException,
                                              java.io.IOException
        Deprecated.
        Returns:
        a new keyset handle from a keyset obtained from reader.
        Throws:
        java.security.GeneralSecurityException
        java.io.IOException