Skip to content

Commit e80278d

Browse files
committed
Merge branch 'bc_pr_1' of https://github.com/Honzaik/bc-java into Honzaik-bc_pr_1
2 parents d7a167b + 9f955c8 commit e80278d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/src/main/java/org/bouncycastle/jcajce/CompositePrivateKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public List<PrivateKey> getPrivateKeys()
108108

109109
public String getAlgorithm()
110110
{
111-
return this.algorithmIdentifier.getId();
111+
return CompositeIndex.getAlgorithmName(this.algorithmIdentifier);
112112
}
113113

114114
public ASN1ObjectIdentifier getAlgorithmIdentifier()

0 commit comments

Comments
 (0)