AttestationMechanism 类
定义
Representation of a single Device Provisioning Service Attestation mechanism in the IndividualEnrollment and EnrollmentGroup.
It is an internal class that converts one of the attestations into JSON format. To configure the attestation mechanism, see the external API Attestation.
public class AttestationMechanism
- 继承
-
java.lang.ObjectAttestationMechanism
构造函数
AttestationMechanism(Attestation attestation) |
CONSTRUCTOR It will create a new instance of the AttestationMechanism for the provided attestation type.
|
AttestationMechanism(String json) |
方法
getAttestation() |
Getter for the Attestation.
|
getType() |
Getter for the type.
|