CountryValidator

Class used to validate that the country code in the whole certificate chain is the same

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun check(certificate: Certificate?, state: MutableCollection<String>?)

Check the country code

open override fun check(p0: Certificate)
Link copied to clipboard
open override fun clone(): Any
Link copied to clipboard

Extensions are not validated on country code

Link copied to clipboard
open override fun init(p0: Boolean)

There is no custom initialisation of this class

Link copied to clipboard
open override fun isForwardCheckingSupported(): Boolean

Forward checking supported: the order of the certificate chain is not relevant for the check on country code.