Class ProtocolProperties
java.lang.Object
org.cyclonedx.model.component.crypto.ProtocolProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<CipherSuite> private CryptoRefprivate ProtocolTypeprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetCipherSuites(List<CipherSuite> cipherSuites) voidsetCryptoRefArray(CryptoRef cryptoRefArray) voidsetIkev2TransformTypes(Map<String, CryptoRef> ikev2TransformTypes) voidsetType(ProtocolType type) voidsetVersion(String version)
-
Field Details
-
type
-
version
-
cipherSuites
-
ikev2TransformTypes
-
cryptoRefArray
-
-
Constructor Details
-
ProtocolProperties
public ProtocolProperties()
-
-
Method Details
-
getType
-
setType
-
getVersion
-
setVersion
-
getCipherSuites
-
setCipherSuites
-
getIkev2TransformTypes
-
setIkev2TransformTypes
-
getCryptoRefArray
-
setCryptoRefArray
-
equals
-
hashCode
-