Uses of Class
org.cyclonedx.model.component.crypto.enums.State
-
Packages that use State Package Description org.cyclonedx.model.component.crypto org.cyclonedx.model.component.crypto.enums -
-
Uses of State in org.cyclonedx.model.component.crypto
Fields in org.cyclonedx.model.component.crypto declared as State Modifier and Type Field Description private StateRelatedCryptoMaterialProperties. stateMethods in org.cyclonedx.model.component.crypto that return State Modifier and Type Method Description StateRelatedCryptoMaterialProperties. getState()Methods in org.cyclonedx.model.component.crypto with parameters of type State Modifier and Type Method Description voidRelatedCryptoMaterialProperties. setState(State state) -
Uses of State in org.cyclonedx.model.component.crypto.enums
Methods in org.cyclonedx.model.component.crypto.enums that return State Modifier and Type Method Description static StateState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-