Uses of Class
org.xipki.ca.gateway.acme.type.AccountStatus
-
Packages that use AccountStatus Package Description org.xipki.ca.gateway.acme org.xipki.ca.gateway.acme.msg org.xipki.ca.gateway.acme.type -
-
Uses of AccountStatus in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return AccountStatus Modifier and Type Method Description AccountStatusAcmeAccount. getStatus()Methods in org.xipki.ca.gateway.acme with parameters of type AccountStatus Modifier and Type Method Description voidAcmeAccount. setStatus(AccountStatus status) -
Uses of AccountStatus in org.xipki.ca.gateway.acme.msg
Methods in org.xipki.ca.gateway.acme.msg that return AccountStatus Modifier and Type Method Description AccountStatusAccountResponse. getStatus()Methods in org.xipki.ca.gateway.acme.msg with parameters of type AccountStatus Modifier and Type Method Description voidAccountResponse. setStatus(AccountStatus status) -
Uses of AccountStatus in org.xipki.ca.gateway.acme.type
Methods in org.xipki.ca.gateway.acme.type that return AccountStatus Modifier and Type Method Description static AccountStatusAccountStatus. ofCode(int code)static AccountStatusAccountStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccountStatus[]AccountStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-