Class SXprUtils
java.lang.Object
org.eclipse.jgit.gpg.bc.internal.keys.SXprUtils
Utility functions for looking a S-expression keys. This class will move when
it finds a better home!
Format documented here: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=agent/keyformat.txt;h=42c4b1f06faf1bbe71ffadc2fee0fad6bec91a97;hb=refs/heads/master
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static org.bouncycastle.bcpg.S2K
parseS2K
(InputStream in) (package private) static byte[]
readBytes
(InputStream in, int ch) private static int
readLength
(InputStream in, int ch) (package private) static String
readString
(InputStream in, int ch) (package private) static void
(package private) static void
-
Constructor Details
-
SXprUtils
SXprUtils()
-
-
Method Details
-
readLength
- Throws:
IOException
-
readString
- Throws:
IOException
-
readBytes
- Throws:
IOException
-
parseS2K
- Throws:
IOException
-
skipOpenParenthesis
- Throws:
IOException
-
skipCloseParenthesis
- Throws:
IOException
-