File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pg/src/main/java/org/bouncycastle/openpgp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ private static OnePassSignaturePacket cast(Packet packet)
3434 return (OnePassSignaturePacket )packet ;
3535 }
3636
37- PGPOnePassSignature (
38- BCPGInputStream pIn )
37+ public PGPOnePassSignature (
38+ BCPGInputStream pIn )
3939 throws IOException , PGPException
4040 {
4141 this (cast (pIn .readPacket ()));
4242 }
43-
43+
4444 PGPOnePassSignature (
4545 OnePassSignaturePacket sigPack )
4646 throws PGPException
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ private static SignaturePacket cast(Packet packet)
6666 return (SignaturePacket )packet ;
6767 }
6868
69- PGPSignature (
69+ public PGPSignature (
7070 BCPGInputStream pIn )
7171 throws IOException , PGPException
7272 {
You can’t perform that action at this time.
0 commit comments