public static interface Database.EncryptionInfo
Modifier and Type | Method and Description |
---|---|
Optional<DatabaseEncryptionState> |
getState() |
Optional<EncryptionStrength> |
getStrength() |
Optional<DatabaseEncryptionState> getState()
Optional
describing the current encryption state of the database, or
an empty one if the information could not be determinedOptional<EncryptionStrength> getStrength()
Optional
describing the current encryption strength of the database, or
an empty one if the information could not be determinedCopyright © 2019–2021 HCL. All rights reserved.