Class DOMX509SKI

java.lang.Object
org.apache.wss4j.common.token.DOMX509SKI

public final class DOMX509SKI extends Object
An X.509 SKI token.
  • Constructor Details

    • DOMX509SKI

      public DOMX509SKI(Document doc, X509Certificate remoteCertificate)
      Constructor.
    • DOMX509SKI

      public DOMX509SKI(Element skiElement)
      Constructor.
  • Method Details

    • getElement

      public Element getElement()
      return the dom element.
      Returns:
      the dom element.
    • getSKIBytes

      public byte[] getSKIBytes()
      Return the SKI bytes.
    • toString

      public String toString()
      return the string representation of the token.
      Overrides:
      toString in class Object
      Returns:
      the string representation of the token.