Uses of Class
org.cyclonedx.model.component.crypto.CipherSuite
-
Packages that use CipherSuite Package Description org.cyclonedx.model.component.crypto -
-
Uses of CipherSuite in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto with type parameters of type CipherSuite Modifier and Type Field Description private java.util.List<CipherSuite>ProtocolProperties. cipherSuitesMethods in org.cyclonedx.model.component.crypto that return types with arguments of type CipherSuite Modifier and Type Method Description java.util.List<CipherSuite>ProtocolProperties. getCipherSuites()Method parameters in org.cyclonedx.model.component.crypto with type arguments of type CipherSuite Modifier and Type Method Description voidProtocolProperties. setCipherSuites(java.util.List<CipherSuite> cipherSuites)
-