Source file "org/apache/sshd/common/config/keys/KeyUtils.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 1,954 of 1,954 | 0% | 368 of 368 | 0% | 248 | 248 | 456 | 456 | 64 | 64 |
validateStrictKeyFilePermissions(Path, LinkOption[]) | ![]() | 0% | ![]() | 0% | 16 | 16 | 33 | 33 | 1 | 1 |
checkFingerPrint(String, Digest, PublicKey) | ![]() | 0% | ![]() | 0% | 8 | 8 | 21 | 21 | 1 | 1 |
compareKeys(PublicKey, PublicKey) | ![]() | 0% | ![]() | 0% | 17 | 17 | 16 | 16 | 1 | 1 |
static {...} | ![]() | 0% | ![]() | 0% | 5 | 5 | 36 | 36 | 1 | 1 |
compareKeys(PrivateKey, PrivateKey) | ![]() | 0% | ![]() | 0% | 11 | 11 | 10 | 10 | 1 | 1 |
getKeyType(Key) | ![]() | 0% | ![]() | 0% | 10 | 10 | 22 | 22 | 1 | 1 |
getPublicKeyEntryDecoder(Class) | ![]() | 0% | ![]() | 0% | 7 | 7 | 14 | 14 | 1 | 1 |
registerCanonicalKeyTypes(String, Collection) | ![]() | 0% | ![]() | 0% | 4 | 4 | 15 | 15 | 1 | 1 |
getAllEquivalentKeyTypes(String) | ![]() | 0% | ![]() | 0% | 4 | 4 | 14 | 14 | 1 | 1 |
getKeySize(Key) | ![]() | 0% | ![]() | 0% | 7 | 7 | 17 | 17 | 1 | 1 |
getDefaultFingerPrintFactory() | ![]() | 0% | ![]() | 0% | 3 | 3 | 13 | 13 | 1 | 1 |
unregisterPublicKeyEntryDecoderKeyTypes(PublicKeyEntryDecoder) | ![]() | 0% | ![]() | 0% | 5 | 5 | 14 | 14 | 1 | 1 |
compareECParams(ECParameterSpec, ECParameterSpec) | ![]() | 0% | ![]() | 0% | 8 | 8 | 8 | 8 | 1 | 1 |
loadPublicKey(Path) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
registerPublicKeyEntryDecoder(PublicKeyEntryDecoder) | ![]() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | |
compareSkEcdsaKeys(SkEcdsaPublicKey, SkEcdsaPublicKey) | ![]() | 0% | ![]() | 0% | 7 | 7 | 7 | 7 | 1 | 1 |
compareSkEd25519Keys(SkED25519PublicKey, SkED25519PublicKey) | ![]() | 0% | ![]() | 0% | 7 | 7 | 7 | 7 | 1 | 1 |
compareOpenSSHCertificateKeys(OpenSshCertificate, OpenSshCertificate) | ![]() | 0% | ![]() | 0% | 7 | 7 | 7 | 7 | 1 | 1 |
unregisterPublicKeyEntryDecoder(PublicKeyEntryDecoder) | ![]() | 0% | n/a | 1 | 1 | 8 | 8 | 1 | 1 | |
compareDSAParams(DSAParams, DSAParams) | ![]() | 0% | ![]() | 0% | 7 | 7 | 7 | 7 | 1 | 1 |
recoverDSAPublicKey(DSAPrivateKey) | ![]() | 0% | n/a | 1 | 1 | 8 | 8 | 1 | 1 | |
registerPublicKeyEntryDecoderKeyTypes(PublicKeyEntryDecoder) | ![]() | 0% | ![]() | 0% | 3 | 3 | 9 | 9 | 1 | 1 |
compareKeyPairs(KeyPair, KeyPair) | ![]() | 0% | ![]() | 0% | 6 | 6 | 6 | 6 | 1 | 1 |
compareRSAKeys(RSAPublicKey, RSAPublicKey) | ![]() | 0% | ![]() | 0% | 6 | 6 | 6 | 6 | 1 | 1 |
compareRSAKeys(RSAPrivateKey, RSAPrivateKey) | ![]() | 0% | ![]() | 0% | 6 | 6 | 6 | 6 | 1 | 1 |
compareDSAKeys(DSAPublicKey, DSAPublicKey) | ![]() | 0% | ![]() | 0% | 6 | 6 | 6 | 6 | 1 | 1 |
compareDSAKeys(DSAPrivateKey, DSAPrivateKey) | ![]() | 0% | ![]() | 0% | 6 | 6 | 6 | 6 | 1 | 1 |
compareECKeys(ECPrivateKey, ECPrivateKey) | ![]() | 0% | ![]() | 0% | 6 | 6 | 6 | 6 | 1 | 1 |
compareECKeys(ECPublicKey, ECPublicKey) | ![]() | 0% | ![]() | 0% | 6 | 6 | 6 | 6 | 1 | 1 |
findMatchingKey(PublicKey, Collection) | ![]() | 0% | ![]() | 0% | 5 | 5 | 7 | 7 | 1 | 1 |
recoverPublicKey(PrivateKey) | ![]() | 0% | ![]() | 0% | 5 | 5 | 7 | 7 | 1 | 1 |
getCanonicalKeyType(String) | ![]() | 0% | ![]() | 0% | 3 | 3 | 8 | 8 | 1 | 1 |
getFingerPrint(Digest, PublicKey) | ![]() | 0% | ![]() | 0% | 2 | 2 | 7 | 7 | 1 | 1 |
generateKeyPair(String, int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
cloneKeyPair(String, KeyPair) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
registerPublicKeyEntryDecoderForKeyType(String, PublicKeyEntryDecoder) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
getPublicKeyEntryDecoder(KeyPair) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
getRawFingerprint(Digest, PublicKey) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
getPublicKeyEntryDecoder(String) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
getKeyType(KeyPair) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
getRegisteredKeyTypeAliases() | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
unregisterCanonicalKeyTypeAlias(String) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
getSignatureAlgorithm(String, PublicKey) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
unregisterPublicKeyEntryDecoderForKeyType(String) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
getFingerPrint(Digest, String, Charset) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
setDefaultFingerPrintFactory(DigestFactory) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
getFingerPrint(Factory, PublicKey) | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
getRawFingerprint(Factory, PublicKey) | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
findMatchingKey(PublicKey, PublicKey[]) | ![]() | 0% | ![]() | 0% | 3 | 3 | 3 | 3 | 1 | 1 |
recoverRSAPublicKey(RSAPrivateKey) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
recoverRSAPublicKey(BigInteger, BigInteger) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
checkFingerPrint(String, Factory, PublicKey) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getPublicKeyEntryDecoder(Key) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
recoverFromRSAPrivateCrtKey(RSAPrivateCrtKey) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
KeyUtils() | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
getFingerPrint(Factory, String, Charset) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
recoverRSAPublicKey(BigInteger, BigInteger, BigInteger) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getFingerPrint(String, Charset) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getFingerPrint(Factory, String) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getFingerPrint(Digest, String) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
checkFingerPrint(String, PublicKey) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getFingerPrint(PublicKey) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getFingerPrint(String) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getRawFingerprint(PublicKey) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |