Enum AppExtensionSamlServiceProviderApp.EncryptionAlgorithm
- java.lang.Object
- 
- java.lang.Enum<AppExtensionSamlServiceProviderApp.EncryptionAlgorithm>
- 
- com.oracle.bmc.identitydomains.model.AppExtensionSamlServiceProviderApp.EncryptionAlgorithm
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<AppExtensionSamlServiceProviderApp.EncryptionAlgorithm>
 - Enclosing class:
- AppExtensionSamlServiceProviderApp
 
 public static enum AppExtensionSamlServiceProviderApp.EncryptionAlgorithm extends Enum<AppExtensionSamlServiceProviderApp.EncryptionAlgorithm> implements BmcEnum This attribute indicates the encryption algorithm used to encrypt the SAML assertion.*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppExtensionSamlServiceProviderApp.EncryptionAlgorithmcreate(String key)StringgetValue()static AppExtensionSamlServiceProviderApp.EncryptionAlgorithmvalueOf(String name)Returns the enum constant of this type with the specified name.static AppExtensionSamlServiceProviderApp.EncryptionAlgorithm[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
_3Despublic static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm _3Des 
 - 
Aes128public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes128 
 - 
Aes256public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes256 
 - 
Aes192public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes192 
 - 
Aes128Gcmpublic static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes128Gcm 
 - 
Aes256Gcmpublic static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes256Gcm 
 - 
Aes192Gcmpublic static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes192Gcm 
 - 
UnknownEnumValuepublic static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static AppExtensionSamlServiceProviderApp.EncryptionAlgorithm[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AppExtensionSamlServiceProviderApp.EncryptionAlgorithm c : AppExtensionSamlServiceProviderApp.EncryptionAlgorithm.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static AppExtensionSamlServiceProviderApp.EncryptionAlgorithm valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static AppExtensionSamlServiceProviderApp.EncryptionAlgorithm create(String key) 
 
- 
 
-