Uses of Class
io.qt.network.QOcspRevocationReason
Package | Description |
---|---|
io.qt.network |
-
Uses of QOcspRevocationReason in io.qt.network
Methods in io.qt.network that return QOcspRevocationReason Modifier and Type Method Description static QOcspRevocationReason
QOcspRevocationReason. resolve(int value)
Returns the corresponding enum entry for the given value.QOcspRevocationReason
QOcspResponse. revocationReason()
static QOcspRevocationReason
QOcspRevocationReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static QOcspRevocationReason[]
QOcspRevocationReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.