Package netscape.security.util
Class PrintableCharsetEncoder
- java.lang.Object
-
- java.nio.charset.CharsetEncoder
-
- netscape.security.util.PrintableCharsetEncoder
-
public class PrintableCharsetEncoder extends java.nio.charset.CharsetEncoder
Converts characters in ASN.1 PrintableString character set to PrintableString bytes.- Author:
- Lily Hsiao, Slava Galperin
-
-
Constructor Summary
Constructors Constructor Description PrintableCharsetEncoder(java.nio.charset.Charset cs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.nio.charset.CoderResult
encodeLoop(java.nio.CharBuffer in, java.nio.ByteBuffer out)
-
Methods inherited from class java.nio.charset.CharsetEncoder
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, implFlush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, implReset, isLegalReplacement, malformedInputAction, maxBytesPerChar, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction
-
-