Uses of Class
de.tsenger.vdstools.seals.VdsType
-
Packages that use VdsType Package Description de.tsenger.vdstools de.tsenger.vdstools.seals -
-
Uses of VdsType in de.tsenger.vdstools
Methods in de.tsenger.vdstools with parameters of type VdsType Modifier and Type Method Description static VdsHeaderDataEncoder. buildHeader(VdsType vdsType, X509Certificate cert)static VdsHeaderDataEncoder. buildHeader(VdsType vdsType, X509Certificate cert, String issuingCountry)static VdsHeaderDataEncoder. buildHeader(VdsType vdsType, X509Certificate cert, String issuingCountry, byte rawVersion, LocalDate issuingDate) -
Uses of VdsType in de.tsenger.vdstools.seals
Methods in de.tsenger.vdstools.seals that return VdsType Modifier and Type Method Description VdsTypeDigitalSeal. getVdsType()VdsTypeVdsHeader. getVdsType()VdsTypeVdsMessage. getVdsType()static VdsTypeVdsType. valueOf(int vdsType)Returns the enum constant of this type with the specified name.static VdsTypeVdsType. valueOf(String name)Returns the enum constant of this type with the specified name.static VdsType[]VdsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tsenger.vdstools.seals with parameters of type VdsType Modifier and Type Method Description voidVdsHeader. setDocumentType(VdsType vdsType)Constructors in de.tsenger.vdstools.seals with parameters of type VdsType Constructor Description VdsMessage(VdsType vdsType)
-