PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.xmlsec.w3.xmldsig
Class DigestMethodType

java.lang.Object
  extended by org.picketlink.identity.xmlsec.w3.xmldsig.DigestMethodType

public class DigestMethodType
extends Object

Java class for DigestMethodType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DigestMethodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
       <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  URI algorithm
           
 
Constructor Summary
DigestMethodType(URI algorithm)
           
 
Method Summary
 URI getAlgorithm()
          Gets the value of the algorithm property.
 Object getContent()
           
 void setContent(Object content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algorithm

protected URI algorithm
Constructor Detail

DigestMethodType

public DigestMethodType(URI algorithm)
Method Detail

setContent

public void setContent(Object content)

getContent

public Object getContent()

getAlgorithm

public URI getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is URI

PicketLink Federation Core 2.1.6.Final-redhat-2

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