com.sun.xml.ws.security.opt.impl.incoming.processor
Class BSTProcessor
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BSTProcessor
public BSTProcessor()
- Creates a new instance of BSTProcessor
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.