forked from I2P_Developers/i2p.i2p
Util: Fix text display of enc type in key cert
This commit is contained in:
@@ -259,7 +259,7 @@ public class KeyCertificate extends Certificate {
|
||||
buf.append(" null payload");
|
||||
} else {
|
||||
buf.append("\n\tCrypto type: ").append(getCryptoTypeCode())
|
||||
.append(" (").append(getSigType()).append(')');
|
||||
.append(" (").append(getEncType()).append(')');
|
||||
buf.append("\n\tSig type: ").append(getSigTypeCode())
|
||||
.append(" (").append(getSigType()).append(')');
|
||||
if (_payload.length > HEADER_LENGTH)
|
||||
|
||||
Reference in New Issue
Block a user