Uses of Class
de.tsenger.vdstools.idb.IdbSignatureAlgorithm
-
Packages that use IdbSignatureAlgorithm Package Description de.tsenger.vdstools.idb -
-
Uses of IdbSignatureAlgorithm in de.tsenger.vdstools.idb
Methods in de.tsenger.vdstools.idb that return IdbSignatureAlgorithm Modifier and Type Method Description IdbSignatureAlgorithmIdbHeader. getSignatureAlgorithm()static IdbSignatureAlgorithmIdbSignatureAlgorithm. valueOf(byte value)Returns the enum constant of this type with the specified name.static IdbSignatureAlgorithmIdbSignatureAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static IdbSignatureAlgorithm[]IdbSignatureAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.tsenger.vdstools.idb with parameters of type IdbSignatureAlgorithm Constructor Description IdbHeader(String countryIdentifier, IdbSignatureAlgorithm signatureAlgorithm, byte[] certificateReference)IdbHeader(String countryIdentifier, IdbSignatureAlgorithm signatureAlgorithm, byte[] certificateReference, String signatureCreationDate)
-