Enum DeviceEncryptionStatus (1.42.0)

public enum DeviceEncryptionStatus extends Enum<DeviceEncryptionStatus> implements ProtocolMessageEnum

The encryption state of the device.

Protobuf enum google.identity.accesscontextmanager.type.DeviceEncryptionStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENCRYPTED

The device is encrypted.

ENCRYPTED = 3;

ENCRYPTED_VALUE

The device is encrypted.

ENCRYPTED = 3;

ENCRYPTION_UNSPECIFIED

The encryption status of the device is not specified or not known.

ENCRYPTION_UNSPECIFIED = 0;

ENCRYPTION_UNSPECIFIED_VALUE

The encryption status of the device is not specified or not known.

ENCRYPTION_UNSPECIFIED = 0;

ENCRYPTION_UNSUPPORTED

The device does not support encryption.

ENCRYPTION_UNSUPPORTED = 1;

ENCRYPTION_UNSUPPORTED_VALUE

The device does not support encryption.

ENCRYPTION_UNSUPPORTED = 1;

UNENCRYPTED

The device supports encryption, but is currently unencrypted.

UNENCRYPTED = 2;

UNENCRYPTED_VALUE

The device supports encryption, but is currently unencrypted.

UNENCRYPTED = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()