Class FingerprintMatcher

  • All Implemented Interfaces:
    DeviceMatcher

    public final class FingerprintMatcher
    extends java.lang.Object
    implements DeviceMatcher
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SELECTOR_TYPE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.security.cert.X509Certificate attestationCertificate, com.fasterxml.jackson.databind.JsonNode parameters)  
      • Methods inherited from class java.lang.Object

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

      • FingerprintMatcher

        public FingerprintMatcher()
    • Method Detail

      • matches

        public boolean matches​(java.security.cert.X509Certificate attestationCertificate,
                               com.fasterxml.jackson.databind.JsonNode parameters)
        Specified by:
        matches in interface DeviceMatcher