Package | Description |
---|---|
casa.interfaces |
Contains classes for important
interfaces used in CASA. |
casa.security |
Modifier and Type | Method and Description |
---|---|
List<SecurityFilterInterface.EncryptionAlgorithm> |
SecurityFilterInterface.getEncryptionAlgorithms() |
Modifier and Type | Method and Description |
---|---|
boolean |
SecurityFilterInterface.deleteEncrytpionAlgorithm(SecurityFilterInterface.EncryptionAlgorithm alg)
Deletes the specificed encryption algorithm
|
boolean |
SecurityFilterInterface.insertEncryptionAlgorithm(SecurityFilterInterface.EncryptionAlgorithm alg,
int location)
Inserts the algorithm at location location in the prioritized list of
algorithms.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityFilterInterface.EncryptionAlgorithm> |
SecurityFilter.getEncryptionAlgorithms() |
Modifier and Type | Method and Description |
---|---|
boolean |
SecurityFilter.deleteEncrytpionAlgorithm(SecurityFilterInterface.EncryptionAlgorithm alg) |
boolean |
SecurityFilter.insertEncryptionAlgorithm(SecurityFilterInterface.EncryptionAlgorithm alg,
int location) |