Class PrintableCharsetDecoder
java.lang.Object
java.nio.charset.CharsetDecoder
org.mozilla.jss.netscape.security.util.PrintableCharsetDecoder
Converts bytes in ASN.1 PrintableString character set to PrintableString
characters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CoderResult
decodeLoop
(ByteBuffer in, CharBuffer out) Methods inherited from class java.nio.charset.CharsetDecoder
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction
-
Constructor Details
-
PrintableCharsetDecoder
-
-
Method Details
-
decodeLoop
- Specified by:
decodeLoop
in classCharsetDecoder
-