static BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.encryptionMethod(BitLockerEncryptionMethod encryptionMethod) |
“Select the encryption method for operating system drives.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.minimumPinLength(Integer minimumPinLength) |
“Indicates the minimum length of startup pin.
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.prebootRecoveryEnableMessageAndUrl(Boolean prebootRecoveryEnableMessageAndUrl) |
“Enable pre-boot recovery message and Url.
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.prebootRecoveryMessage(String prebootRecoveryMessage) |
“Defines a custom recovery message.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.prebootRecoveryUrl(String prebootRecoveryUrl) |
“Defines a custom recovery URL.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.recoveryOptions(BitLockerRecoveryOptions recoveryOptions) |
“Allows to recover BitLocker encrypted operating system drives in the absence of
the required startup key information.
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationBlockWithoutTpmChip(Boolean startupAuthenticationBlockWithoutTpmChip) |
“Indicates whether to allow BitLocker without a compatible TPM (requires a
password or a startup key on a USB flash drive).”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationRequired(Boolean startupAuthenticationRequired) |
“Require additional authentication at startup.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationTpmKeyUsage(ConfigurationUsage startupAuthenticationTpmKeyUsage) |
“Indicates if TPM startup key is allowed/required/disallowed.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationTpmPinAndKeyUsage(ConfigurationUsage startupAuthenticationTpmPinAndKeyUsage) |
“Indicates if TPM startup pin key and key are allowed/required/disallowed.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationTpmPinUsage(ConfigurationUsage startupAuthenticationTpmPinUsage) |
“Indicates if TPM startup pin is allowed/required/disallowed.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.startupAuthenticationTpmUsage(ConfigurationUsage startupAuthenticationTpmUsage) |
“Indicates if TPM startup is allowed/required/disallowed.”
|