Uses of Class
org.cyclonedx.model.component.crypto.CryptoRef
-
Packages that use CryptoRef Package Description org.cyclonedx.model.component.crypto -
-
Uses of CryptoRef in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto declared as CryptoRef Modifier and Type Field Description private CryptoRefProtocolProperties. cryptoRefArrayFields in org.cyclonedx.model.component.crypto with type parameters of type CryptoRef Modifier and Type Field Description private java.util.Map<java.lang.String,CryptoRef>ProtocolProperties. ikev2TransformTypesMethods in org.cyclonedx.model.component.crypto that return CryptoRef Modifier and Type Method Description CryptoRefProtocolProperties. getCryptoRefArray()Methods in org.cyclonedx.model.component.crypto that return types with arguments of type CryptoRef Modifier and Type Method Description java.util.Map<java.lang.String,CryptoRef>ProtocolProperties. getIkev2TransformTypes()Methods in org.cyclonedx.model.component.crypto with parameters of type CryptoRef Modifier and Type Method Description voidProtocolProperties. setCryptoRefArray(CryptoRef cryptoRefArray)Method parameters in org.cyclonedx.model.component.crypto with type arguments of type CryptoRef Modifier and Type Method Description voidProtocolProperties. setIkev2TransformTypes(java.util.Map<java.lang.String,CryptoRef> ikev2TransformTypes)
-