Class IkeV2Enc
java.lang.Object
org.cyclonedx.model.component.crypto.AbstractIkeV2Transform
org.cyclonedx.model.component.crypto.IkeV2Enc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanReturns true if this transform was constructed from a plain string value (1.6 backward compatibility format) and should be serialized as a string.voidsetKeyLength(Integer keyLength) Methods inherited from class AbstractIkeV2Transform
getAlgorithm, getName, setAlgorithm, setName
-
Constructor Details
-
IkeV2Enc
public IkeV2Enc() -
IkeV2Enc
-
-
Method Details
-
getKeyLength
-
setKeyLength
-
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
-
equals
- Overrides:
equalsin classAbstractIkeV2Transform
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIkeV2Transform
-