Skip to content

Commit b027331

Browse files
committed
Change visibility of PreferredAlgorithms.intToByteArray to protected
1 parent 303d59f commit b027331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg/src/main/java/org/bouncycastle/bcpg/sig/PreferredAlgorithms.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public class PreferredAlgorithms
99
extends SignatureSubpacket
1010
{
11-
private static byte[] intToByteArray(
11+
protected static byte[] intToByteArray(
1212
int[] v)
1313
{
1414
byte[] data = new byte[v.length];

0 commit comments

Comments
 (0)