Package com.sshtools.common.ssh
Interface SecureComponent
- All Superinterfaces:
Component
- All Known Subinterfaces:
SshCipher,SshDsaPublicKey,SshEd25519PublicKey,SshEd448PublicKey,SshHmac,SshPublicKey,SshRsaPublicKey
- All Known Implementing Classes:
AbstractHmac,AbstractJCECipher,AbstractSshCipher,AES128Cbc,AES128Ctr,AES128Gcm,AES192Cbc,AES192Ctr,AES256Cbc,AES256Ctr,AES256Gcm,ArcFour,ArcFour128,ArcFour256,BlowfishCbc,ChaCha20Poly1305,HmacMD5,HmacMD596,HmacMD5ETM,HmacRipeMd160,HmacRipeMd160ETM,HmacSha1,HmacSha196,HmacSha1ETM,HmacSha256,HmacSha256_96,HmacSha256_at_ssh_dot_com,HmacSha256ETM,HmacSha512,HmacSha512_96,HmacSha512ETM,NoneCipher,NoneHmac,OpenSshCertificate,OpenSshEcdsaCertificate,OpenSshEcdsaSha2Nist256Certificate,OpenSshEcdsaSha2Nist384Certificate,OpenSshEcdsaSha2Nist521Certificate,OpenSshEd25519Certificate,OpenSshRsaCertificate,OpenSshRsaSha256Certificate,OpenSshRsaSha512Certificate,Ssh2DsaPublicKey,Ssh2EcdsaSha2Nist256PublicKey,Ssh2EcdsaSha2Nist384PublicKey,Ssh2EcdsaSha2Nist521PublicKey,Ssh2EcdsaSha2NistPublicKey,Ssh2RsaPublicKey,Ssh2RsaPublicKeySHA256,Ssh2RsaPublicKeySHA512,SshEd25519PublicKeyJCE,SshEd448PublicKeyJCE,TripleDesCbc,TripleDesCtr
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Method Details
-
getSecurityLevel
SecurityLevel getSecurityLevel() -
getAlgorithm
String getAlgorithm() -
getPriority
int getPriority()
-