-
Packages that use EncryptionMethod Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. -
-
Uses of EncryptionMethod in com.filenet.api.admin
Methods in com.filenet.api.admin that return EncryptionMethod Modifier and Type Method and Description EncryptionMethodStorageArea. get_CmEncryptionMethod()Returns the value of the CmEncryptionMethod property.Methods in com.filenet.api.admin with parameters of type EncryptionMethod Modifier and Type Method and Description voidStorageArea. set_CmEncryptionMethod(EncryptionMethod value)Sets the value of the CmEncryptionMethod property. -
Uses of EncryptionMethod in com.filenet.api.constants
Fields in com.filenet.api.constants declared as EncryptionMethod Modifier and Type Field and Description static EncryptionMethodEncryptionMethod. AES_CTR_128Specifies that content should be encrypted using the AES algorithm in counter mode with 128 bit key.static EncryptionMethodEncryptionMethod. AES_CTR_256Specifies that content should be encrypted using the AES algorithm in counter mode with 256 bit key.static EncryptionMethodEncryptionMethod. NONESpecifies that content encryption is disabled.static EncryptionMethodEncryptionMethod. SM4_CTR_128Specifies that content should be encrypted using the SM4 algorithm in counter mode with 128 bit key.Methods in com.filenet.api.constants that return EncryptionMethod Modifier and Type Method and Description static EncryptionMethodEncryptionMethod. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-