| Modifier and Type | Method and Description |
|---|---|
static void |
BiosealLicense.activate(java.lang.String hardwareCode,
java.lang.String login,
java.lang.String password,
java.lang.String productReference,
java.lang.String commentary,
java.lang.String path)
Activates a license using customer credentials and a product reference and saves the license to a file.
|
static void |
BiosealLicense.activateActivationKey(java.lang.String hardwareCode,
java.lang.String activationKey,
java.lang.String commentary,
java.lang.String path)
Activates a license file using an activation key and saves the license to a file.
|
static byte[] |
BiosealLicense.activateActivationKeyBuffer(java.lang.String hardwareCode,
java.lang.String activationKey,
java.lang.String commentary)
Activates a license using an activation key and returns the license in a data buffer.
|
static byte[] |
BiosealLicense.activateBuffer(java.lang.String hardwareCode,
java.lang.String login,
java.lang.String password,
java.lang.String productReference,
java.lang.String commentary)
Retrieves a license file buffer using customer credentials and a product reference and returns the license in a data buffer.
|
static void |
BiosealLicense.activateSerialKey(java.lang.String hardwareCode,
java.lang.String serialKey,
java.lang.String commentary,
java.lang.String path)
Activates a license using a serial key and saves the license to a file.
|
static byte[] |
BiosealLicense.activateSerialKeyBuffer(java.lang.String hardwareCode,
java.lang.String serialKey,
java.lang.String commentary)
Activates a license using a serial key and returns the license in a data buffer.
|
void |
Bioseal.buildHtmlView(java.lang.String language,
boolean userAuthenticated)
Builds the presentation view, in HTML format.
|
java.lang.String |
Bioseal.buildVdsAsJson(java.lang.String indentation)
Builds a representation of the VDS, in JSON format.
|
java.lang.String |
Bioseal.buildVdsAsXml(java.lang.String language)
Builds a representation of the VDS, in a XML format.
|
static void |
BiosealLicense.checkLicense(java.lang.String licensePath)
Checks a license from a file.
|
static void |
BiosealLicense.checkLicenseBuffer(byte[] licenseData)
Checks a license from a buffer.
|
static byte[] |
BiosealLicense.checkLicenseBufferWithCard(byte[] licenseData)
Checks the license using a buffer containing the license data and a card-based verification process.
|
static byte[] |
BiosealLicense.checkLicenseWithCard(java.lang.String licensePath)
Checks the license by using a card-based verification process.
|
static void |
BiosealLicense.checkModule(java.lang.String moduleName)
Checks if a module is present in the previously loaded license.
|
void |
FieldList.clear()
Clear the list.
|
void |
ExtensionList.clear()
Clear the list.
|
void |
Bioseal.clear()
Clears all internal data.
|
void |
Bioseal.clearDownloadCache()
Clears the internal download cache.
|
java.lang.String |
ResourceCallbackArgs.computeSha256()
Computes the SHA-256 of the external resource's data.
|
static java.lang.String |
Bioseal.computeSha256(byte[] data)
Computes SHA256.
|
boolean |
StringArray.contains(java.lang.String item)
Returns a value indicating whether a specified string occurs in this string array.
|
boolean |
Field.containsBiometricData(BiometricDataType biometricDataType,
java.lang.String biometricFormat)
Returns a value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
|
boolean |
Field.containsExtension(FieldExtensionType extensionType)
Returns a value indicating whether the field (or one of its child fields) contains an extension of the specified type.
|
boolean |
Field.containsExtensionByName(java.lang.String extensionName)
Returns a value indicating whether the field (or one of its child fields) contains an extension with specified name.
|
boolean |
Field.containsKey(java.lang.String key)
Determines whether the Fieldobject contains the specified key.
|
boolean |
ExtensionList.containsKey(java.lang.String key)
Determines whether the ExtensionListobject contains the specified key.
|
boolean |
Extension.containsKey(java.lang.String key)
Determines whether the Extensionobject contains the specified key.
|
boolean |
DecryptionArgs.containsKey(java.lang.String key)
Determines whether the DecryptionArgsobject contains the specified key.
|
boolean |
BarcodeReader.decode(byte[] data)
Attempts to decode a barcode from the provided raw image data.
|
void |
ResourceCallbackArgs.download()
Downloads a resource.
|
java.lang.String |
ResourceCallbackArgs.downloadStringFile(java.lang.String url)
Downloads a file from the specified URL and returns a string.
|
static byte[] |
BiosealLicense.encrypt(java.lang.String magicCode,
java.lang.String src)
Encrypt a license from XML source.
|
java.lang.String |
Log.exportToHtml(boolean debug)
Exports a representation of the log, in HTML format.
|
java.lang.String |
Log.exportToJson(java.lang.String indentation,
boolean debug)
Exports a representation of the log, in JSON format.
|
static void |
BiosealLicense.finalizeCheckLicenseWithCard(byte[] cryptogram)
Finalizes the license check process using the provided cryptogram.
|
FieldList |
Bioseal.findBiometrics(BiometricDataType biometricDataType,
java.lang.String biometricFormat)
Finds the biometric field in payload.
|
FieldList |
Bioseal.findFieldsByExtension(FieldExtensionType fieldExtensionType)
Finds fields by extension type.
|
FieldList |
Bioseal.findFieldsByExtensionName(java.lang.String extensionName)
Finds fields by extension name.
|
java.lang.String |
StringArray.get(int index)
Gets an item of the StringArray object.
|
LogItem |
Log.get(int index)
Gets an item of the Log object.
|
Field |
FieldList.get(int index)
Gets an item of the FieldList object.
|
DateTime |
DateTimeArray.get(int index)
Gets an item of the DateTimeArray object.
|
CertificateExtension |
CertificateExtensionList.get(int index)
Gets an item of the CertificateExtensionList object.
|
BiometricVerificationRule |
BiometricVerificationRules.get(int index)
Gets an item of the BiometricVerificationRules object.
|
Field |
Field.get(java.lang.String key)
Gets an item of the Field object.
|
Extension |
ExtensionList.get(java.lang.String key)
Gets an item of the ExtensionList object.
|
java.lang.String |
Extension.get(java.lang.String key)
Gets an item of the Extension object.
|
java.lang.String |
DecryptionArgs.get(java.lang.String key)
Gets an item of the DecryptionArgs object.
|
static java.lang.String |
BiosealLicense.getApplicationHardwareCode(java.lang.String applicationName,
java.lang.String certificate)
Build an application hardware code.
|
Field |
Bioseal.getAuxData()
Gets the the auxiliary data containing additional information specific to the BioSeal.
|
byte[] |
Field.getBinaryAtIndex(int index)
Gets the binary data at the specified index.
|
BiometricVerificationRules |
Bioseal.getBiometricVerificationRules()
Gets the the list of biometric verification rules.
|
java.lang.String |
Bioseal.getCertificateAuthorityReference()
Gets the the issuing reference of the certificate authority.
|
CertificateExtensionList |
CertificateInformation.getCertificateExtensionList()
Gets the the certificate extension list.
|
java.lang.String |
Bioseal.getCertificateIdentifier()
Gets the the identifier of the certificate.
|
CertificateInformation |
Bioseal.getCertificateInformation()
Gets the the detailed certificate information.
|
boolean |
Bioseal.getContainsAuxData()
Gets the indicates whether the BioSeal contains auxiliary data.
|
boolean |
Field.getContainsBiometrics()
Gets the A value indicating whether the field (or one of its child fields) contains biometric data.
|
boolean |
Bioseal.getContainsBiometrics()
Gets the indicates whether the BioSeal contains biometric data.
|
boolean |
Bioseal.getContainsExtensions()
Gets the indicates whether the BioSeal contains extensions.
|
boolean |
Bioseal.getContainsFaceTemplates()
Gets the indicates whether the BioSeal contains face templates.
|
boolean |
Bioseal.getContainsFingerTemplates()
Gets the indicates whether the BioSeal contains finger templates.
|
boolean |
Bioseal.getContainsImages()
Gets the indicates whether the BioSeal contains images.
|
boolean |
Bioseal.getContainsPortraits()
Gets the indicates whether the BioSeal contains portraits.
|
int |
StringArray.getCount()
Gets the number of elements in the StringArray object.
|
int |
Log.getCount()
Gets the number of elements in the Log object.
|
int |
FieldList.getCount()
Gets the number of elements in the FieldList object.
|
int |
Field.getCount()
Gets the number of elements in the Field object.
|
int |
ExtensionList.getCount()
Gets the number of elements in the ExtensionList object.
|
int |
Extension.getCount()
Gets the number of elements in the Extension object.
|
int |
DecryptionArgs.getCount()
Gets the number of elements in the DecryptionArgs object.
|
int |
DateTimeArray.getCount()
Gets the number of elements in the DateTimeArray object.
|
int |
CertificateExtensionList.getCount()
Gets the number of elements in the CertificateExtensionList object.
|
int |
BiometricVerificationRules.getCount()
Gets the number of elements in the BiometricVerificationRules object.
|
int |
BiometricVerificationRule.getCount()
Gets the the number of biometric samples of the specified type to be verified.
|
boolean |
CertificateExtension.getCritical()
Gets the A value indicating whether the certificate extension is critical.
|
byte[] |
CertificateInformation.getData()
Gets the the certificate data.
|
byte[] |
Bioseal.getData()
Gets the the data of the VDS as a binary array.
|
BiometricDataType |
BiometricVerificationRule.getDataType()
Gets the the type of biometric data to be used for verification.
|
int |
DateTime.getDay()
Gets the the day (1 through the number of days in month).
|
java.lang.String |
Manifest.getDocumentDescription(java.lang.String language)
Gets the description of the document.
|
java.lang.String |
Bioseal.getDocumentDescription(java.lang.String language)
Gets the description of the document.
|
java.lang.String |
Bioseal.getDocumentIssuingCountry()
Gets the the identifier of the country issuing the document.
|
DateTime |
Bioseal.getDocumentIssuingDate()
Gets the the document issuing date.
|
java.lang.String |
Manifest.getDocumentName(java.lang.String language)
Gets the name of the document.
|
java.lang.String |
Bioseal.getDocumentName(java.lang.String language)
Gets the name of the document.
|
java.lang.String |
Bioseal.getDocumentScope()
Gets the the identification code of the scope on which the document type is defined.
|
java.lang.String |
Bioseal.getDocumentType()
Gets the the document type identification code.
|
BiosealError |
LogItem.getErrorCode()
Gets the the log item error code if any.
|
DateTime |
Bioseal.getExpirationDate()
Gets the the BioSeal expiration date.
|
static java.lang.String |
BiosealLicense.getExpiryDate()
Retrieves the license expiry date.
|
BiosealFormat |
Bioseal.getExtendedFormat()
Gets the the BioSeal format with prefix information.
|
ExtensionList |
Manifest.getExtensionList()
Gets the the extension list.
|
FieldExtensionType |
Field.getExtensionType()
Gets the the field extension type.
|
static java.lang.String |
BiosealLicense.getExternalDriveHardwareCode(LicenseHardwareCodeType hardwareCodeType,
java.lang.String externalDrivePath)
Retrieves the hardware code of the external drive you run the library on.
|
Extension |
Field.getFieldExtension()
Gets the the field extension.
|
java.lang.String |
DecryptionArgs.getFieldName()
Gets the the name of the field to decrypt.
|
FieldType |
Field.getFieldType()
Gets the the field type.
|
BiosealFormat |
Bioseal.getFormat()
Gets the the BioSeal format without prefix information.
|
boolean |
Bioseal.getHasPrefix()
Gets the prefix is present.
|
int |
Bioseal.getHeaderVersion()
Gets the the header version.
|
static java.lang.String |
BiosealLicense.getHostHardwareCode(LicenseHardwareCodeType hardwareCodeType)
Retrieves the hardware code of the device using the requested hardware code type.
|
int |
DateTime.getHour()
Gets the the hour (0 through 23, -1 if invalid time).
|
java.lang.String |
Bioseal.getHtmlView()
Gets the the presentation view, in HTML format, created from the manifest and the data contained in the BioSeal.
|
byte[] |
DecryptionArgs.getInputData()
Gets the the data to decrypt as a binary array.
|
boolean |
Field.getIsNull()
Gets the A value indicating whether if the field is null.
|
java.lang.String |
CertificateInformation.getIssuerCommonName()
Gets the the common name (CN) of the certificate issuer.
|
java.lang.String |
CertificateInformation.getIssuerCountry()
Gets the the country (C) of the certificate issuer.
|
java.lang.String |
CertificateInformation.getIssuerDistinguishedName()
Gets the the distinguished name (DN) of the certificate issuer.
|
java.lang.String |
CertificateInformation.getIssuerOrganization()
Gets the the organization (O) of the certificate issuer.
|
java.lang.String |
CertificateInformation.getIssuerOrganizationalUnit()
Gets the the organizational unit (OU) of the certificate issuer.
|
java.lang.String |
Bioseal.getIssuingAgencyCode()
Gets the the Issuing Agency Code (IAC).
|
boolean |
Lotl.getIsTsl()
Gets the true if the LoTL is a TLS.
|
LogItemType |
LogItem.getItemType()
Gets the the log type.
|
StringArray |
Field.getKeys()
Gets the gets a string list containing the keys in the dict.
|
StringArray |
ExtensionList.getKeys()
Gets the gets a string list containing the keys in the dict.
|
StringArray |
Extension.getKeys()
Gets the gets a string list containing the keys in the dict.
|
StringArray |
DecryptionArgs.getKeys()
Gets the gets a string list containing the keys in the dict.
|
StringArray |
CertificateInformation.getKeyUsage()
Gets the the certificate key usage list.
|
static java.lang.String |
BiosealLicense.getLicenseComment()
Retrieves the license comment.
|
static java.lang.String |
BiosealLicense.getLicenseFileHardwareCode()
Retrieves the hardware code of the previously loaded license.
|
static java.lang.String |
BiosealLicense.getLicenseFileSerial()
Retrieves the serial number of the previously loaded license.
|
static java.lang.String |
BiosealLicense.getLicenseName()
Retrieves the license name.
|
static java.lang.String |
BiosealLicense.getLicenseOwner()
Retrieves the license owner.
|
static java.lang.String |
BiosealLicense.getLicensePath()
Retrieves the license path.
|
static LicenseType |
BiosealLicense.getLicenseType()
Retrieves the license type.
|
java.lang.String |
Field.getLocalizedLabel(java.lang.String language)
Retrieves the localized label based on the provided language code.
|
java.lang.String |
Field.getLocalizedValue(java.lang.String language)
Retrieves the localized value based on the provided language code.
|
Log |
Manifest.getLog()
Gets the the log.
|
Log |
Lotl.getLog()
Gets the get the log.
|
Log |
Bioseal.getLog()
Gets the the log.
|
java.lang.String |
Bioseal.getLotlUrl()
Gets the the URL to the LoTL (List of Trust List).
|
Manifest |
Bioseal.getManifest()
Gets the the manifest information.
|
int |
Manifest.getManifestId()
Gets the the manifest ID in ISO 22385 format.
|
int |
Bioseal.getManifestId()
Gets the the manifest ID in ISO 22385 format.
|
java.lang.String |
Bioseal.getManifestUrl()
Gets the the URL to the manifest.
|
java.lang.String |
Lotl.getManifestUrl(byte[] tslData)
Returns the URL to the manifest.
|
int |
Manifest.getManifestVersion()
Gets the the manifest version.
|
java.lang.String |
LogItem.getMessage()
Gets the the log message.
|
UserAuthenticationMethod |
UserAuthentication.getMethod()
Gets the the user authentication method.
|
int |
DateTime.getMinute()
Gets the the minute (0 through 59).
|
static int |
BiosealLicense.getModuleCount()
Retrieves the number of modules in the license.
|
static java.lang.String |
BiosealLicense.getModuleName(int index)
Retrieves the name of the specified license module.
|
static int |
BiosealLicense.getModuleValue(java.lang.String name)
Retrieves the value associated to the specified license module.
|
int |
DateTime.getMonth()
Gets the the month (1 through 12).
|
java.lang.String |
Field.getName()
Gets the the field name.
|
java.lang.String |
Extension.getName()
Gets the the extension name.
|
DateTime |
CertificateInformation.getNotAfter()
Gets the the date in local time after which a certificate is no longer valid.
|
DateTime |
CertificateInformation.getNotBefore()
Gets the the date in local time when a certificate becomes valid.
|
Field |
Field.getObjectAtIndex(int index)
Gets the object at the specified index.
|
java.lang.String |
CertificateExtension.getOid()
Gets the the OID of the certificate extension.
|
byte[] |
ResourceCallbackArgs.getOutputData()
Gets the the external resource data as a byte array.
|
byte[] |
DecryptionArgs.getOutputData()
Gets the the decrypted data as a binary array.
|
byte[] |
BarcodeReader.getOutputData()
Gets the holds the decoded data extracted from the barcode.
|
java.lang.String |
UserAuthentication.getPasswordFieldName()
Gets the the name of the payload field containing the password value.
|
java.lang.String |
UserAuthentication.getPasswordHashAlgorithm()
Gets the the hash algorithm used to protect the password value.
|
Field |
Bioseal.getPayload()
Gets the the payload containing the data specific to the BioSeal.
|
StringArray |
CertificateInformation.getPolicies()
Gets the the certificate policies.
|
java.lang.String |
Bioseal.getPrefix()
Gets the the prefix.
|
static java.lang.String |
BiosealLicense.getProductReference()
Retrieves the license product reference.
|
byte[] |
CertificateInformation.getPublicKey()
Gets the the certificate public key.
|
static int |
BiosealLicense.getRemainingDays()
Retrieves the number of remaining days.
|
boolean |
ResourceCallbackArgs.getRequiresUpdate()
Gets the the external resource data must be updated.
|
java.lang.String |
ResourceCallbackArgs.getResourceName()
Gets the the resource name corresponing to the uri.
|
ResourceType |
ResourceCallbackArgs.getResourceType()
Gets the the resource type corresponding to the uri.
|
int |
DateTime.getSecond()
Gets the the second (0 through 59).
|
byte[] |
CertificateInformation.getSerialNumber()
Gets the the serial number of the certificate.
|
java.lang.String |
CertificateInformation.getSerialNumberString()
Gets the the serial number from the certificate as a string.
|
java.lang.String |
CertificateInformation.getSignatureAlgorithm()
Gets the the OID of the certificate's signing algorithm.
|
DateTime |
Bioseal.getSignatureDate()
Gets the the BioSeal signature date.
|
java.lang.String |
CertificateInformation.getSubjectCommonName()
Gets the the subject common name (CN) from the certificate.
|
java.lang.String |
CertificateInformation.getSubjectCountry()
Gets the the country (C) of the certificate subject.
|
java.lang.String |
CertificateInformation.getSubjectDistinguishedName()
Gets the the subject distinguished (DN) name of the certificate.
|
java.lang.String |
CertificateInformation.getSubjectOrganization()
Gets the the organization (O) of the certificate subject.
|
java.lang.String |
CertificateInformation.getSubjectOrganizationalUnit()
Gets the the organizational unit (OU) of the certificate subject.
|
StringArray |
Manifest.getSupportedLanguages()
Gets the the list of supported languages declared in the manifest.
|
StringArray |
Bioseal.getSupportedLanguages()
Gets the the list of supported languages declared in the manifest.
|
int |
BiometricVerificationRule.getThreshold()
Gets the the biometric decision threshold.
|
long |
LogItem.getTimestamp()
Gets the the timestamp of the message.
|
java.lang.String |
Bioseal.getTslUrl()
Gets the the URL to the TSL (Trust Service List).
|
java.lang.String |
ResourceCallbackArgs.getUri()
Gets the the URI used to retrieve the external resource.
|
java.lang.String |
Lotl.getUrl(byte[] lotlData,
java.lang.String manifestId,
java.lang.String iac)
Returns the URL to the TSL or the next LoTL.
|
UserAuthentication |
Bioseal.getUserAuthentication()
Gets the the user authentication parameters.
|
byte[] |
CertificateExtension.getValue()
Gets the A byte array that contains the value of the certificate extension.
|
byte[] |
Field.getValueAsBinary()
Gets the the data as a binary array.
|
boolean |
Field.getValueAsBoolean()
Gets the the field value as a boolean.
|
boolean[] |
Field.getValueAsBooleanArray()
Gets the the field value as an array of booleans.
|
DateTime |
Field.getValueAsDate()
Gets the the field value as a date.
|
DateTime |
Field.getValueAsDateTime()
Gets the the field value as a date/time.
|
DateTimeArray |
Field.getValueAsDateTimeArray()
Gets the the field value as an array of dates.
|
float |
Field.getValueAsFloat()
Gets the the field value as a float.
|
float[] |
Field.getValueAsFloatArray()
Gets the the field value as an array of floats.
|
long |
Field.getValueAsInteger()
Gets the the field value as a 64-bit integer.
|
long[] |
Field.getValueAsIntegerArray()
Gets the the field value as an array of 64-bit integers.
|
java.lang.String |
Field.getValueAsString()
Gets the the field value as a string.
|
StringArray |
Field.getValueAsStringArray()
Gets the the field value as an array of strings.
|
DateTime |
Field.getValueAsTime()
Gets the the field value as a time.
|
long |
Field.getValueAsTimestamp()
Gets the the field value as a timestamp (without timezone computation).
|
long[] |
Field.getValueAsTimestampArray()
Gets the the field value as an array of timestamp.
|
VerificationResult |
Bioseal.getVerificationResult()
Gets the the last verification result.
|
boolean |
Bioseal.getVerifiesCrlUpdates()
Gets the indicates whether the verification process should verify the next CRL update.
|
boolean |
Bioseal.getVerifiesGovernance()
Gets the indicates whether the governance certification chain is verified.
|
boolean |
Bioseal.getVerifiesSignature()
Gets the indicates whether the VDS signature is verified.
|
boolean |
BiometricVerificationRules.getVerifyAll()
Gets the indicates whether all verification rules must be respected.
|
int |
CertificateInformation.getVersion()
Gets the the certificate version.
|
static java.lang.String |
BiosealLibrary.getVersion()
Retrieves the library version as a 'X.Y.Z' formatted string.
|
static LibVersion |
BiosealLibrary.getVersionEx()
Retrieves the library version as a structure.
|
VisibilityCondition |
Field.getVisibilityCondition()
Gets the the visibility condition.
|
int |
DateTime.getYear()
Gets the the year (1 through 9999, 0 if invalid date).
|
boolean |
DateTime.isDateTimeValid()
Indicates whether the date and time are valid.
|
boolean |
DateTime.isDateValid()
Indicates whether the date is valid.
|
boolean |
DateTime.isTimeValid()
Indicates whether the time is valid.
|
boolean |
DateTime.isValid()
Indicates whether the date and/or time is valid.
|
void |
Manifest.load(byte[] manifestData)
Loads the manifest.
|
void |
Manifest.loadFromFile(java.lang.String path)
Loads the manifest from file.
|
void |
Manifest.loadFromString(java.lang.String manifestData)
Loads the manifest.
|
static void |
BiosealLicense.reactivate(java.lang.String hardwareCode,
java.lang.String productReference,
java.lang.String path)
Reactivates a license file using the host hardware code and the product reference.
|
static byte[] |
BiosealLicense.reactivateBuffer(java.lang.String hardwareCode,
java.lang.String productReference)
Reactivates a license in a data buffer using the host hardware code and the product reference.
|
void |
Bioseal.setDecryptionCallback(DecryptionCallbackHandler decryptionCallback)
Sets the the callback used to decrypt a field.
|
void |
Bioseal.setExternalResourceCallback(ResourceCallbackHandler externalResourceCallback)
Sets the the callback used to retrieve an external resource (LoTL, TSL, certificate, manifest, CRL) with specified URI.
|
void |
Manifest.setLog(Log log)
Sets the the log.
|
void |
Bioseal.setLotlUrl(java.lang.String lotlUrl)
Sets the the URL to the LoTL (List of Trust List).
|
void |
Bioseal.setManifestUrl(java.lang.String manifestUrl)
Sets the the URL to the manifest.
|
void |
ResourceCallbackArgs.setOutputData(byte[] outputData)
Sets the the external resource data as a byte array.
|
void |
DecryptionArgs.setOutputData(byte[] outputData)
Sets the the decrypted data as a binary array.
|
void |
Field.setTimeZoneOffset(int offsetInSeconds)
Set the time zone offset in seconds.
|
void |
Bioseal.setTimeZoneOffset(int offsetInSeconds)
Sets the time zone offset in seconds.
|
void |
Bioseal.setTslUrl(java.lang.String tslUrl)
Sets the the URL to the TSL (Trust Service List).
|
void |
Bioseal.setVerifiesCrlUpdates(boolean verifiesCrlUpdates)
Sets the indicates whether the verification process should verify the next CRL update.
|
void |
Bioseal.setVerifiesGovernance(boolean verifiesGovernance)
Sets the indicates whether the governance certification chain is verified.
|
void |
Bioseal.setVerifiesSignature(boolean verifiesSignature)
Sets the indicates whether the VDS signature is verified.
|
java.lang.String |
DateTime.toString()
Convert the date/time to a string.
|
VerificationResult |
Bioseal.verifyFromBuffer(byte[] data)
Decodes and verifies the specified data buffer.
|
VerificationResult |
Bioseal.verifyFromString(java.lang.String data)
Decodes and verifies the specified string buffer.
|
| Constructor and Description |
|---|
BarcodeReader()
Creates a new instance of the BarcodeReader class.
|
BarcodeReader(long handle)
Creates a new instance of the BarcodeReader class.
|
BiometricVerificationRule()
Creates a new instance of the BiometricVerificationRule class.
|
BiometricVerificationRule(long handle)
Creates a new instance of the BiometricVerificationRule class.
|
BiometricVerificationRules()
Creates a new instance of the BiometricVerificationRules class.
|
BiometricVerificationRules(long handle)
Creates a new instance of the BiometricVerificationRules class.
|
Bioseal()
Creates a new instance of the Bioseal class.
|
Bioseal(long handle)
Creates a new instance of the Bioseal class.
|
CertificateExtension()
Creates a new instance of the CertificateExtension class.
|
CertificateExtension(long handle)
Creates a new instance of the CertificateExtension class.
|
CertificateExtensionList()
Creates a new instance of the CertificateExtensionList class.
|
CertificateExtensionList(long handle)
Creates a new instance of the CertificateExtensionList class.
|
CertificateInformation()
Creates a new instance of the CertificateInformation class.
|
CertificateInformation(long handle)
Creates a new instance of the CertificateInformation class.
|
DateTime()
Creates a new instance of the DateTime class.
|
DateTime(long handle)
Creates a new instance of the DateTime class.
|
DateTimeArray()
Creates a new instance of the DateTimeArray class.
|
DateTimeArray(long handle)
Creates a new instance of the DateTimeArray class.
|
DecryptionArgs()
Creates a new instance of the DecryptionArgs class.
|
DecryptionArgs(long handle)
Creates a new instance of the DecryptionArgs class.
|
Extension()
Creates a new instance of the Extension class.
|
Extension(long handle)
Creates a new instance of the Extension class.
|
ExtensionList()
Creates a new instance of the ExtensionList class.
|
ExtensionList(long handle)
Creates a new instance of the ExtensionList class.
|
Field()
Creates a new instance of the Field class.
|
Field(long handle)
Creates a new instance of the Field class.
|
FieldList()
Creates a new instance of the FieldList class.
|
FieldList(long handle)
Creates a new instance of the FieldList class.
|
Log()
Creates a new instance of the Log class.
|
Log(long handle)
Creates a new instance of the Log class.
|
LogItem()
Creates a new instance of the LogItem class.
|
LogItem(long handle)
Creates a new instance of the LogItem class.
|
Lotl()
Creates a new instance of the Lotl class.
|
Lotl(long handle)
Creates a new instance of the Lotl class.
|
Manifest()
Creates a new instance of the Manifest class.
|
Manifest(long handle)
Creates a new instance of the Manifest class.
|
ResourceCallbackArgs()
Creates a new instance of the ResourceCallbackArgs class.
|
ResourceCallbackArgs(long handle)
Creates a new instance of the ResourceCallbackArgs class.
|
StringArray()
Creates a new instance of the StringArray class.
|
StringArray(long handle)
Creates a new instance of the StringArray class.
|
UserAuthentication()
Creates a new instance of the UserAuthentication class.
|
UserAuthentication(long handle)
Creates a new instance of the UserAuthentication class.
|
Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal