Uses of Class
net.shibboleth.utilities.java.support.annotation.constraint.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 int
SelfSignedCertificateGenerator.CommandLineArgs. certificateLifetime
Certificate lifetime.private int
BasicKeystoreKeyStrategyTool.CommandLineArgs. keyCount
Key count.private int
BasicKeystoreKeyStrategyTool.CommandLineArgs. keySize
Key size.private int
SelfSignedCertificateGenerator.CommandLineArgs. keySize
Key size.Method parameters in net.shibboleth.utilities.java.support.security with annotations of type Positive Modifier and Type Method Description void
SelfSignedCertificateGenerator. setCertificateLifetime(int lifetime)
Set the number of years for which the certificate will be valid.void
BasicKeystoreKeyStrategyTool. setKeyCount(int count)
Set the number of keys to maintain.void
BasicKeystoreKeyStrategyTool. setKeySize(int size)
Set the size of the generated key.void
SelfSignedCertificateGenerator. setKeySize(int size)
Set the size of the generated key.