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:
- javax.xml.stream.StreamFilter
public class BSTProcessor
- extends Object
- implements javax.xml.stream.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(javax.xml.stream.XMLStreamReader reader)
- parse an incomming X509 token
- Specified by:
accept in interface javax.xml.stream.StreamFilter
- Parameters:
reader -
- Returns:
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.