Class IkeV2Integ

java.lang.Object
org.cyclonedx.model.component.crypto.AbstractIkeV2Transform
org.cyclonedx.model.component.crypto.IkeV2Integ

public class IkeV2Integ extends AbstractIkeV2Transform
  • Constructor Details

    • IkeV2Integ

      public IkeV2Integ()
    • IkeV2Integ

      public IkeV2Integ(String algorithm)
  • Method Details

    • isStringOnly

      public boolean isStringOnly()
      Description copied from class: AbstractIkeV2Transform
      Returns true if this transform was constructed from a plain string value (1.6 backward compatibility format) and should be serialized as a string.
      Specified by:
      isStringOnly in class AbstractIkeV2Transform