Uses of Class
com.oracle.bmc.datasafe.model.CryptoFeature
-
Packages that use CryptoFeature Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of CryptoFeature in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoFeature Modifier and Type Method Description static CryptoFeatureCryptoFeature. create(String key)CryptoFeatureCryptoAssessmentKeySummary. getFeature()Crypto feature for which the key is observed.static CryptoFeatureCryptoFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoFeature[]CryptoFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type CryptoFeature Modifier and Type Method Description CryptoAssessmentKeySummary.BuilderCryptoAssessmentKeySummary.Builder. feature(CryptoFeature feature)Crypto feature for which the key is observed.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoFeature Constructor Description CryptoAssessmentKeySummary(String assessmentId, Date timeLastAssessed, String targetId, String keyId, CryptoFeature feature, CryptoAssessmentKeySummary.KeyType keyType, String status, String algorithm, Date timeCreated, CryptoKeystoreType keystoreType, CryptoKeystoreType secondaryKeystoreType, CryptoKeyCacheStatus keyCache, String walletLocation, Date timeLastRotation, Long age)Deprecated. -
Uses of CryptoFeature in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CryptoFeature Modifier and Type Method Description CryptoFeatureListCryptoAssessmentKeysRequest. getFeature()A filter to return only records for the specified feature.Methods in com.oracle.bmc.datasafe.requests with parameters of type CryptoFeature Modifier and Type Method Description ListCryptoAssessmentKeysRequest.BuilderListCryptoAssessmentKeysRequest.Builder. feature(CryptoFeature feature)A filter to return only records for the specified feature.
-