Uses of Class
com.authlete.mdoc.ValidityInfo
Packages that use ValidityInfo
-
Uses of ValidityInfo in com.authlete.mdoc
Methods in com.authlete.mdoc that return ValidityInfoModifier and TypeMethodDescriptionIssuerSignedBuilder.getValidityInfo()Get the validity information of the Mobile Security Object.Methods in com.authlete.mdoc with parameters of type ValidityInfoModifier and TypeMethodDescriptionIssuerSignedBuilder.setValidityInfo(ValidityInfo info) Set the validity information of the Mobile Security Object.Constructors in com.authlete.mdoc with parameters of type ValidityInfoModifierConstructorDescriptionMobileSecurityObject(ValueDigests valueDigests, DeviceKeyInfo deviceKeyInfo, String docType, ValidityInfo validityInfo) A constructor with the default version and the default digest algorithm.MobileSecurityObject(ValueDigests valueDigests, DeviceKeyInfo deviceKeyInfo, String docType, ValidityInfo validityInfo, Status status) A constructor with the default version and the default digest algorithm.MobileSecurityObject(String version, String digestAlgorithm, ValueDigests valueDigests, DeviceKeyInfo deviceKeyInfo, String docType, ValidityInfo validityInfo) MobileSecurityObject(String version, String digestAlgorithm, ValueDigests valueDigests, DeviceKeyInfo deviceKeyInfo, String docType, ValidityInfo validityInfo, Status status)