| Package | Description |
|---|---|
| com.netscape.cmsutil.crypto |
| Modifier and Type | Method and Description |
|---|---|
static CryptoUtil.SSLVersion |
CryptoUtil.SSLVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CryptoUtil.SSLVersion[] |
CryptoUtil.SSLVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CryptoUtil.setSSLDatagramVersionRange(CryptoUtil.SSLVersion min,
CryptoUtil.SSLVersion max) |
static void |
CryptoUtil.setSSLStreamVersionRange(CryptoUtil.SSLVersion min,
CryptoUtil.SSLVersion max) |