Class SignatureEd25519

    • Constructor Detail

      • SignatureEd25519

        public SignatureEd25519()
    • Method Detail

      • verify

        public boolean verify​(SessionContext session,
                              byte[] sig)
                       throws java.lang.Exception
        Description copied from interface: Signature
        Verify against the given signature
        Parameters:
        session - The SessionContext for calling this method - may be null if not called within a session context
        sig - The signed data
        Returns:
        true if signature is valid
        Throws:
        java.lang.Exception - If failed to extract signed data for validation