Class PrintableCharsetDecoder
- java.lang.Object
-
- java.nio.charset.CharsetDecoder
-
- org.mozilla.jss.netscape.security.util.PrintableCharsetDecoder
-
public class PrintableCharsetDecoder extends java.nio.charset.CharsetDecoder
Converts bytes in ASN.1 PrintableString character set to PrintableString characters.
-
-
Constructor Summary
Constructors Constructor Description PrintableCharsetDecoder(java.nio.charset.Charset cs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.nio.charset.CoderResult
decodeLoop(java.nio.ByteBuffer in, java.nio.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
-
-