| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.xml.security.signature.Reference
public abstract class Reference
| Field Summary | 
|---|
| Constructor Summary | |
|---|---|
| Reference(String uri)Creates a Referencewith a SHA1 message digest. | |
| Reference(String uri,
          DigestMethod digestMethod) | |
| Method Summary | |
|---|---|
|  void | addTransform(Transform transform) | 
|  String | getURI() | 
| static void | main(String[] args) | 
|  void | print(String prefixMsg,
      byte[] sig) | 
|  String | toString() | 
|  void | toXML(XMLOutputStream xos,
      String ns,
      int indent) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Reference(String uri)
Reference with a SHA1 message digest.
uri - The uri of the reference
public Reference(String uri,
                 DigestMethod digestMethod)
| Method Detail | 
|---|
public String getURI()
public void addTransform(Transform transform)
                  throws IncompatibleTransformException
IncompatibleTransformException
public void print(String prefixMsg,
                  byte[] sig)
public String toString()
toString in class Object
public void toXML(XMLOutputStream xos,
                  String ns,
                  int indent)
           throws XMLStreamException
XMLStreamException
public static void main(String[] args)
                 throws Exception
Exception| 
 | Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||