Package org.picketlink.identity.federation.core.interfaces

Examples of org.picketlink.identity.federation.core.interfaces.TrustKeyProcessingException


     *
     * @see org.picketlink.identity.federation.PicketLinkLogger#keyStoreProcessingError(java.lang.Throwable)
     */
    @Override
    public TrustKeyProcessingException keyStoreProcessingError(Throwable t) {
        return new TrustKeyProcessingException(t);
    }
View Full Code Here

TOP

Related Classes of org.picketlink.identity.federation.core.interfaces.TrustKeyProcessingException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.