Uses of Class
org.xipki.scep.transaction.FailInfo
-
Packages that use FailInfo Package Description org.xipki.scep.client org.xipki.scep.message org.xipki.scep.transaction -
-
Uses of FailInfo in org.xipki.scep.client
Methods in org.xipki.scep.client that return FailInfo Modifier and Type Method Description FailInfoEnrolmentResponse. getFailInfo() -
Uses of FailInfo in org.xipki.scep.message
Methods in org.xipki.scep.message that return FailInfo Modifier and Type Method Description FailInfoPkiMessage. getFailInfo()Methods in org.xipki.scep.message with parameters of type FailInfo Modifier and Type Method Description voidPkiMessage. setFailInfo(FailInfo failInfo) -
Uses of FailInfo in org.xipki.scep.transaction
Methods in org.xipki.scep.transaction that return FailInfo Modifier and Type Method Description static FailInfoFailInfo. forValue(int code)static FailInfoFailInfo. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FailInfo[]FailInfo. values()Returns an array containing the constants of this enum type, in the order they are declared.
-