Annotation Type PrivateKeyIsValid
-
@Constraint(validatedBy=PrivateKeyValidator.class) @Target(TYPE) @Retention(RUNTIME) public @interface PrivateKeyIsValid
Beans annotated withPrivateKeyValidatorandValidatedwill have the constraints applied.- Author:
- Ollie Hughes