Class KeyWrapAlgorithm


  • public final class KeyWrapAlgorithm
    extends com.azure.core.util.ExpandableStringEnum<KeyWrapAlgorithm>
    Defines values for KeyWrapAlgorithm.
    • Field Detail

      • RSA_OAEP

        public static final KeyWrapAlgorithm RSA_OAEP
        Static value RSA-OAEP for KeyWrapAlgorithm.
      • RSA_OAEP_256

        public static final KeyWrapAlgorithm RSA_OAEP_256
        Static value RSA-OAEP-256 for KeyWrapAlgorithm.
      • RSA1_5

        public static final KeyWrapAlgorithm RSA1_5
        Static value RSA1_5 for KeyWrapAlgorithm.
      • A192KW

        public static final KeyWrapAlgorithm A192KW
        Static value A192KW for KeyWrapAlgorithm.
      • A128KW

        public static final KeyWrapAlgorithm A128KW
        Static value A128KW for KeyWrapAlgorithm.
      • A256KW

        public static final KeyWrapAlgorithm A256KW
        Static value Unwrap Key for KeyWrapAlgorithm.
    • Constructor Detail

      • KeyWrapAlgorithm

        public KeyWrapAlgorithm()
    • Method Detail

      • fromString

        public static KeyWrapAlgorithm fromString​(String name)
        Creates or finds a KeyWrapAlgorithm from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding KeyWrapAlgorithm.