| Class | Description |
|---|---|
| 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. |
| CoreConfigUtil |
Utility for configuration
|
| EncryptionKeyUtil |
Utility to generate symmetric key
|
| IDFedLSInputResolver |
An LSResource Resolver for schema validation
|
| IDFedLSInputResolver.PicketLinkLSInput | |
| JAXBUtil |
Utility to obtain JAXB2 marshaller/unmarshaller etc
|
| JAXPValidationUtil |
Utility class associated with JAXP Validation
|
| KeyStoreUtil |
Utility to handle Java Keystore
|
| PBEUtils |
Utility dealing with Password Based Encryption (Code is ripped off of the PBEUtils class in JBossSecurity/PicketBox)
|
| SchemaManagerUtil |
Manages the schemas for PicketLink
|
| SOAPUtil |
Utility class dealing with SAAJ
|
| 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
|
| XMLEncryptionUtil |
Utility for XML Encryption Note: This utility is currently using Apache XML Security library API.
|
| XMLSignatureUtil |
Utility for XML Signature Note: You can change the canonicalization method type by using the system property
"picketlink.xmlsig.canonicalization"
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.