Class CBORValidator<T extends CBORValidator<T>>

java.lang.Object
org.webpki.cbor.CBORValidator<T>
Direct Known Subclasses:
CBORAsymKeyValidator, CBORHmacValidator, CBORX509Validator

public abstract class CBORValidator<T extends CBORValidator<T>> extends Object
Base class for validating signatures.

See also CBORSigner.

Note that validator objects may be used any number of times (assuming that the same parameters are valid). They are also thread-safe.