Package | Description |
---|---|
net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
Modifier and Type | Field and Description |
---|---|
private int |
SelfSignedCertificateGenerator.CommandLineArgs.certificateLifetime
Certificate lifetime.
|
private int |
BasicKeystoreKeyStrategyTool.CommandLineArgs.keyCount
Key count.
|
private int |
SelfSignedCertificateGenerator.CommandLineArgs.keySize
Key size.
|
private int |
BasicKeystoreKeyStrategyTool.CommandLineArgs.keySize
Key size.
|
Modifier and Type | Method and 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 |
SelfSignedCertificateGenerator.setKeySize(int size)
Set the size of the generated key.
|
void |
BasicKeystoreKeyStrategyTool.setKeySize(int size)
Set the size of the generated key.
|
Copyright © 1999–2017. All rights reserved.