类 AttestationStatementBox
java.lang.Object
com.publiccms.views.pojo.oauth.AttestationStatementBox
-
字段概要
字段修饰符和类型字段说明private com.webauthn4j.data.attestation.statement.AttestationStatement
-
构造器概要
构造器构造器说明AttestationStatementBox
(com.webauthn4j.data.attestation.statement.AttestationStatement attestationStatement) -
方法概要
修饰符和类型方法说明com.webauthn4j.data.attestation.statement.AttestationStatement
-
字段详细资料
-
attestationStatement
private com.webauthn4j.data.attestation.statement.AttestationStatement attestationStatement
-
-
构造器详细资料
-
AttestationStatementBox
public AttestationStatementBox() -
AttestationStatementBox
public AttestationStatementBox(com.webauthn4j.data.attestation.statement.AttestationStatement attestationStatement)
-
-
方法详细资料
-
getAttestationStatement
public com.webauthn4j.data.attestation.statement.AttestationStatement getAttestationStatement()
-