PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.saml.v2.holders
Class SignatureInfoHolder

java.lang.Object
  extended by org.picketlink.identity.federation.core.saml.v2.holders.SignatureInfoHolder

public class SignatureInfoHolder
extends Object

Holds information about signature

Since:
Jul 24, 2009
Author:
Anil.Saldhana@redhat.com

Constructor Summary
SignatureInfoHolder(byte[] signatureValue, String sigAlg)
           
 
Method Summary
 String getSigAlg()
           
 byte[] getSignatureValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureInfoHolder

public SignatureInfoHolder(byte[] signatureValue,
                           String sigAlg)
Method Detail

getSignatureValue

public byte[] getSignatureValue()

getSigAlg

public String getSigAlg()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.