Class | Description |
---|---|
Base32 |
Base32 - encodes and decodes RFC3548 Base32 (see http://www.faqs.org/rfcs/rfc3548.html )
|
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.InputStream |
A
Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
Base64.OutputStream |
A
Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
DocumentUtil |
Utility dealing with DOM
|
LDAPUtil |
Utility class for LDAP-related code.
|
PBEUtils |
Utility dealing with Password Based Encryption (Code is ripped off of the PBEUtils class in JBossSecurity/PicketBox)
|
StaxParserUtil |
Utility for the stax based parser
|
StaxUtil |
Utility class that deals with StAX
|
StringUtil |
Utility dealing with Strings
|
SystemPropertiesUtil |
Utility dealing with the system properties at the JVM level for PicketLink
|
TransformerUtil |
Utility to deal with JAXP Transformer
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.