Annotation Type ValidCertificateUsage
@Documented
@Constraint(validatedBy=CertificateUsageValidator.class)
@Target(TYPE)
@Retention(RUNTIME)
public @interface ValidCertificateUsage
Validation annotation to assure valid certificate usage types.
-
Optional Element Summary
Optional Elements