Class IkeV2Prf
java.lang.Object
org.cyclonedx.model.component.crypto.AbstractIkeV2Transform
org.cyclonedx.model.component.crypto.IkeV2Prf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this transform was constructed from a plain string value (1.6 backward compatibility format) and should be serialized as a string.Methods inherited from class AbstractIkeV2Transform
equals, getAlgorithm, getName, hashCode, setAlgorithm, setName
-
Constructor Details
-
IkeV2Prf
public IkeV2Prf() -
IkeV2Prf
-
-
Method Details
-
isStringOnly
public boolean isStringOnly()Description copied from class:AbstractIkeV2TransformReturns 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:
isStringOnlyin classAbstractIkeV2Transform
-