Class PrintableCharsetEncoder
java.lang.Object
java.nio.charset.CharsetEncoder
org.mozilla.jss.netscape.security.util.PrintableCharsetEncoder
Converts characters in ASN.1 PrintableString character set to PrintableString
bytes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CoderResultencodeLoop(CharBuffer in, 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
-
Constructor Details
-
PrintableCharsetEncoder
-
-
Method Details
-
encodeLoop
- Specified by:
encodeLoopin classCharsetEncoder
-