Class Verifiers


  • public class Verifiers
    extends java.lang.Object
    Autodetection for verification algorithms based on public keys used.
    • Constructor Summary

      Constructors 
      Constructor Description
      Verifiers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Verifier newVerifier​(java.security.PublicKey publicKey)
      Returns a new verifier for the provided public key to use during verification.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Verifiers

        public Verifiers()
    • Method Detail

      • newVerifier

        public static Verifier newVerifier​(java.security.PublicKey publicKey)
                                    throws java.security.NoSuchAlgorithmException
        Returns a new verifier for the provided public key to use during verification.
        Throws:
        java.security.NoSuchAlgorithmException