Package org.keycloak.credential
Class AttestationStatementSerializationContainer
- java.lang.Object
- 
- org.keycloak.credential.AttestationStatementSerializationContainer
 
- 
 public class AttestationStatementSerializationContainer extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description AttestationStatementSerializationContainer(com.webauthn4j.data.attestation.statement.AttestationStatement attestationStatement)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)com.webauthn4j.data.attestation.statement.AttestationStatementgetAttestationStatement()StringgetFormat()inthashCode()
 
- 
- 
- 
Method Detail- 
getFormatpublic String getFormat() 
 - 
getAttestationStatementpublic com.webauthn4j.data.attestation.statement.AttestationStatement getAttestationStatement() 
 
- 
 
-