Uses of Enum
de.tsenger.vdstools.idb.IdbSignatureAlgorithm
Packages that use IdbSignatureAlgorithm
-
Uses of IdbSignatureAlgorithm in de.tsenger.vdstools.idb
Methods in de.tsenger.vdstools.idb that return IdbSignatureAlgorithmModifier and TypeMethodDescriptionIdbHeader.getSignatureAlgorithm()static IdbSignatureAlgorithmIdbSignatureAlgorithm.valueOf(byte value) Returns the enum constant of this type with the specified name.static IdbSignatureAlgorithmReturns 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 IdbSignatureAlgorithmModifierConstructorDescriptionIdbHeader(String countryIdentifier, IdbSignatureAlgorithm signatureAlgorithm, byte[] certificateReference) IdbHeader(String countryIdentifier, IdbSignatureAlgorithm signatureAlgorithm, byte[] certificateReference, String signatureCreationDate)