Uses of Class
de.tsenger.vdstools.vds.VdsType
-
Packages that use VdsType Package Description de.tsenger.vdstools de.tsenger.vdstools.vds de.tsenger.vdstools.vds.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)ObjectFeatureConverter. decodeFeature(VdsType vdsType, DerTlv derTlv)DerTlvFeatureConverter. encodeFeature(VdsType vdsType, Feature feature, Object object)FeatureFeatureConverter. getFeature(VdsType vdsType, DerTlv derTlv)byteFeatureConverter. getTag(VdsType vdsType, Feature feature) -
Uses of VdsType in de.tsenger.vdstools.vds
Methods in de.tsenger.vdstools.vds that return VdsType Modifier and Type Method Description 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.vds with parameters of type VdsType Modifier and Type Method Description static VdsMessageVdsMessage. fromByteArray(byte[] rawBytes, VdsType vdsType)voidVdsHeader. setDocumentType(VdsType vdsType)Constructors in de.tsenger.vdstools.vds with parameters of type VdsType Constructor Description VdsMessage(VdsType vdsType)VdsMessage(VdsType vdsType, List<DerTlv> derTlvList) -
Uses of VdsType in de.tsenger.vdstools.vds.seals
Methods in de.tsenger.vdstools.vds.seals that return VdsType Modifier and Type Method Description VdsTypeDigitalSeal. getVdsType()
-