Uses of Class
net.shibboleth.utilities.java.support.annotation.constraint.Positive
-
Packages that use Positive Package Description net.shibboleth.utilities.java.support.security 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 Positive Modifier and Type Field Description private 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 Positive Modifier and Type Method Description voidSelfSignedCertificateGenerator. 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.
-