Enum Class KeyProtectionType

java.lang.Object
java.lang.Enum<KeyProtectionType>
com.yubico.webauthn.extension.uvm.KeyProtectionType
All Implemented Interfaces:
Serializable, Comparable<KeyProtectionType>, Constable

public enum KeyProtectionType extends Enum<KeyProtectionType>
The KEY_PROTECTION constants are flags in a bit field represented as a 16 bit long integer. They describe the method an authenticator uses to protect the private key material for FIDO registrations. Refer to [UAFAuthnrCommands] for more details on the relevance of keys and key protection. These constants are reported and queried through the UAF Discovery APIs and used to form authenticator policies in UAF protocol messages. Each constant has a case-sensitive string representation (in quotes), which is used in the authoritative metadata for FIDO authenticators.
See Also: