Class RegenerateKeyParameters


  • public final class RegenerateKeyParameters
    extends Object
    Regenerate key parameters.
    • Constructor Detail

      • RegenerateKeyParameters

        public RegenerateKeyParameters()
    • Method Detail

      • keyName

        public KeyName keyName()
        Get the keyName property: key name to generate (Key1|Key2).
        Returns:
        the keyName value.
      • withKeyName

        public RegenerateKeyParameters withKeyName​(KeyName keyName)
        Set the keyName property: key name to generate (Key1|Key2).
        Parameters:
        keyName - the keyName value to set.
        Returns:
        the RegenerateKeyParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.