Uses of Enum
com.sshtools.common.ssh.SecurityLevel
Packages that use SecurityLevel
Package
Description
This package contains an abstract cryptographic provider for the SSH protocol.
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
-
Uses of SecurityLevel in com.sshtools.common.ssh
Methods in com.sshtools.common.ssh that return SecurityLevelModifier and TypeMethodDescriptionDefaultSecurityPolicy.getMinimumSecurityLevel()SecurityPolicy.getMinimumSecurityLevel()SecureComponent.getSecurityLevel()static SecurityLevelReturns the enum constant of this type with the specified name.static SecurityLevel[]SecurityLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sshtools.common.ssh with parameters of type SecurityLevelModifierConstructorDescriptionDefaultSecurityPolicy(SecurityLevel minimumSecurity, boolean managedSecurity) -
Uses of SecurityLevel in com.sshtools.common.ssh.components
Methods in com.sshtools.common.ssh.components that return SecurityLevelModifier and TypeMethodDescriptionAbstractSshCipher.getSecurityLevel()DefaultSecurityManager.getSecurityLevel(String algorithm) NoneHmac.getSecurityLevel()SecurityManager.getSecurityLevel(String algorithm) SshCipher.getSecurityLevel()Methods in com.sshtools.common.ssh.components with parameters of type SecurityLevelModifier and TypeMethodDescriptionvoidComponentFactory.configureSecurityLevel(SecurityLevel securityLevel) voidComponentManager.setMinimumSecurityLevel(SecurityLevel securityLevel) Constructors in com.sshtools.common.ssh.components with parameters of type SecurityLevelModifierConstructorDescriptionAbstractSshCipher(String algorithm, SecurityLevel securityLevel, int priority) -
Uses of SecurityLevel in com.sshtools.common.ssh.components.jce
Methods in com.sshtools.common.ssh.components.jce that return SecurityLevelModifier and TypeMethodDescriptionAbstractHmac.getSecurityLevel()OpenSshEcdsaCertificate.getSecurityLevel()OpenSshEd25519Certificate.getSecurityLevel()OpenSshRsaCertificate.getSecurityLevel()OpenSshRsaSha256Certificate.getSecurityLevel()OpenSshRsaSha512Certificate.getSecurityLevel()Ssh2DsaPublicKey.getSecurityLevel()Ssh2EcdsaSha2NistPublicKey.getSecurityLevel()Ssh2RsaPublicKey.getSecurityLevel()Ssh2RsaPublicKeySHA256.getSecurityLevel()Ssh2RsaPublicKeySHA512.getSecurityLevel()SshEd25519PublicKeyJCE.getSecurityLevel()SshEd448PublicKeyJCE.getSecurityLevel()Constructors in com.sshtools.common.ssh.components.jce with parameters of type SecurityLevelModifierConstructorDescriptionAbstractHmac(String jceAlgorithm, int macSize, int outputLength, SecurityLevel securityLevel, int priority) AbstractHmac(String jceAlgorithm, int macLength, SecurityLevel securityLevel, int priority) AbstractJCECipher(String spec, String keyspec, int keylength, String algorithm, SecurityLevel securityLevel, int priority)