Uses of Class
org.xipki.cmp.ProtectionResult
-
Packages that use ProtectionResult Package Description org.xipki.cmp -
-
Uses of ProtectionResult in org.xipki.cmp
Methods in org.xipki.cmp that return ProtectionResult Modifier and Type Method Description ProtectionResultProtectionVerificationResult. getProtectionResult()static ProtectionResultProtectionResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectionResult[]ProtectionResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xipki.cmp with parameters of type ProtectionResult Constructor Description ProtectionVerificationResult(Object requestor, ProtectionResult protectionResult)
-