Uses of Annotation Type
net.shibboleth.utilities.java.support.annotation.constraint.Positive
Packages that use Positive
Package
Description
Helpers for common security related tasks.
-
Uses of Positive in net.shibboleth.utilities.java.support.security
Fields in net.shibboleth.utilities.java.support.security with annotations of type PositiveModifier and TypeFieldDescriptionprivate intSelfSignedCertificateGenerator.CommandLineArgs.certificateLifetimeCertificate lifetime.private intBasicKeystoreKeyStrategyTool.CommandLineArgs.keyCountKey count.private intBasicKeystoreKeyStrategyTool.CommandLineArgs.keySizeKey size.private intSelfSignedCertificateGenerator.CommandLineArgs.keySizeKey size.Method parameters in net.shibboleth.utilities.java.support.security with annotations of type PositiveModifier and TypeMethodDescriptionvoidSelfSignedCertificateGenerator.setCertificateLifetime(int lifetime) Set the number of years for which the certificate will be valid.voidBasicKeystoreKeyStrategyTool.setKeyCount(int count) Set the number of keys to maintain.voidBasicKeystoreKeyStrategyTool.setKeySize(int size) Set the size of the generated key.voidSelfSignedCertificateGenerator.setKeySize(int size) Set the size of the generated key.