Uses of Interface
se.swedenconnect.sigval.commons.timestamp.TimeStampPolicyVerifier
Packages that use TimeStampPolicyVerifier
Package
Description
-
Uses of TimeStampPolicyVerifier in se.swedenconnect.sigval.commons.timestamp
Fields in se.swedenconnect.sigval.commons.timestamp declared as TimeStampPolicyVerifierModifier and TypeFieldDescriptionprotected final TimeStampPolicyVerifierTimeStamp.tsPolicyVerifierList of policy verifiers determining if the signing certificate is trusted and the time stamp meets all defined policy requirementsConstructors in se.swedenconnect.sigval.commons.timestamp with parameters of type TimeStampPolicyVerifierModifierConstructorDescriptionTimeStamp(byte[] timeStampSigBytes, byte[] timestampedData, TimeStampPolicyVerifier tsPolicyVerifier) Loads and verifies a timestamp. -
Uses of TimeStampPolicyVerifier in se.swedenconnect.sigval.commons.timestamp.impl
Classes in se.swedenconnect.sigval.commons.timestamp.impl that implement TimeStampPolicyVerifierModifier and TypeClassDescriptionclassValidates a timestamp according to a defined policy, determined by the certificate chain validator.