Class UniversalCharsetDecoder
java.lang.Object
java.nio.charset.CharsetDecoder
org.mozilla.jss.netscape.security.util.UniversalCharsetDecoder
Converts bytes in ASN.1 UniversalString character set to UniversalString
characters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CoderResultdecodeLoop(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
-
UniversalCharsetDecoder
-
-
Method Details
-
decodeLoop
- Specified by:
decodeLoopin classCharsetDecoder
-