Uses of Class
dev.vality.fistful.identity.ProofType
| Package | Description |
|---|---|
| dev.vality.fistful.identity |
-
Uses of ProofType in dev.vality.fistful.identity
Fields in dev.vality.fistful.identity declared as ProofType Modifier and Type Field Description ProofTypeChallengeProof. typeMethods in dev.vality.fistful.identity that return ProofType Modifier and Type Method Description static ProofTypeProofType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ProofTypeChallengeProof. getType()static ProofTypeProofType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProofType[]ProofType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.identity with parameters of type ProofType Modifier and Type Method Description ChallengeProofChallengeProof. setType(ProofType type)