com.sun.xml.ws.security.opt.impl.incoming.processor
Class BSTProcessor

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.incoming.processor.BSTProcessor
All Implemented Interfaces:
StreamFilter

public class BSTProcessor
extends Object
implements StreamFilter

Author:
K.Venugopal@sun.com

Constructor Summary
BSTProcessor()
          Creates a new instance of BSTProcessor
 
Method Summary
 boolean accept(XMLStreamReader reader)
          parse an incomming X509 token
 X509Certificate getCertificate()
           
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSTProcessor

public BSTProcessor()
Creates a new instance of BSTProcessor

Method Detail

getValue

public byte[] getValue()

getCertificate

public X509Certificate getCertificate()

accept

public boolean accept(XMLStreamReader reader)
parse an incomming X509 token

Specified by:
accept in interface StreamFilter
Parameters:
reader -
Returns:


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.