public final class AlgorithmSelection extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getDefaultCompressionAlgorithm()
provides access to the default compression algorthm
|
static int |
getEncryptionKeyType()
The encryption key type, currently set to RSA
|
static int[] |
getPreferredCompressionAlgorithms()
the preferred compression algorithms
|
static int[] |
getPreferredEncryptionAlgorithms()
the preferred symmetric encryption algorithm order
|
static int[] |
getPreferredHashingAlgorithms()
the preferred hash algorithm order
|
static int |
getSigningKeyType()
The signing key type, currently set to RSA
|
static int |
getStrongEncryptionAlgorithm()
the strongest suggested symmetric encryption algorithm
|
static int |
getWeakEncryptionAlgorithm()
the weakest acceptable symmetric encryption algorithm
|
public static int getSigningKeyType()
public static int getEncryptionKeyType()
public static int[] getPreferredEncryptionAlgorithms()
public static int[] getPreferredHashingAlgorithms()
public static int getDefaultCompressionAlgorithm()
public static int[] getPreferredCompressionAlgorithms()
public static int getStrongEncryptionAlgorithm()
public static int getWeakEncryptionAlgorithm()
Copyright © 2015. All rights reserved.