Module com.machinezoo.fingerprintio
Class Iso19794p2v2011Certificate
- java.lang.Object
-
- com.machinezoo.fingerprintio.iso19794p2v2011.Iso19794p2v2011Certificate
-
public class Iso19794p2v2011Certificate extends Object
Certification record (CERTIFICATE).
-
-
Field Summary
Fields Modifier and Type Field Description int
authority
Certification authority (CERTIFIEDBY).Iso19794p2v2011CertificationScheme
scheme
Certification scheme (CERTTYPE).
-
Constructor Summary
Constructors Constructor Description Iso19794p2v2011Certificate()
Creates new certification record (CERTIFICATE).
-
-
-
Field Detail
-
authority
public int authority
Certification authority (CERTIFIEDBY). Defaults toIbiaOrganizations.UNKNOWN
.
-
scheme
public Iso19794p2v2011CertificationScheme scheme
Certification scheme (CERTTYPE).
-
-
Constructor Detail
-
Iso19794p2v2011Certificate
public Iso19794p2v2011Certificate()
Creates new certification record (CERTIFICATE).
-
-