Class IA5CharsetDecoder
java.lang.Object
java.nio.charset.CharsetDecoder
org.mozilla.jss.netscape.security.util.IA5CharsetDecoder
Converts bytes in ASN.1 IA5String character set to IA5String 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
-
IA5CharsetDecoder
-
-
Method Details
-
decodeLoop
- Specified by:
decodeLoop
in classCharsetDecoder
-