Class EncryptionScheme
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionScheme>
com.azure.resourcemanager.mediaservices.models.EncryptionScheme
public final class EncryptionScheme
extends com.azure.core.util.ExpandableStringEnum<EncryptionScheme>
Encryption scheme.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EncryptionScheme
Static value CommonEncryptionCbcs for EncryptionScheme.static final EncryptionScheme
Static value CommonEncryptionCenc for EncryptionScheme.static final EncryptionScheme
Static value EnvelopeEncryption for EncryptionScheme.static final EncryptionScheme
Static value NoEncryption for EncryptionScheme. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionScheme
fromString
(String name) Creates or finds a EncryptionScheme from its string representation.static Collection<EncryptionScheme>
values()
Gets known EncryptionScheme values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NO_ENCRYPTION
Static value NoEncryption for EncryptionScheme. -
ENVELOPE_ENCRYPTION
Static value EnvelopeEncryption for EncryptionScheme. -
COMMON_ENCRYPTION_CENC
Static value CommonEncryptionCenc for EncryptionScheme. -
COMMON_ENCRYPTION_CBCS
Static value CommonEncryptionCbcs for EncryptionScheme.
-
-
Constructor Details
-
EncryptionScheme
Deprecated.Use thefromString(String)
factory method.Creates a new instance of EncryptionScheme value.
-
-
Method Details
-
fromString
Creates or finds a EncryptionScheme from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding EncryptionScheme.
-
values
Gets known EncryptionScheme values.- Returns:
- known EncryptionScheme values.
-
fromString(String)
factory method.