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
Constructors Constructor Description BSTProcessor()Creates a new instance of BSTProcessor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(XMLStreamReader reader)parse an incomming X509 tokenX509CertificategetCertificate()byte[]getValue()
-
-
-
Method Detail
-
getValue
public byte[] getValue()
-
getCertificate
public X509Certificate getCertificate()
-
accept
public boolean accept(XMLStreamReader reader)
parse an incomming X509 token- Specified by:
acceptin interfaceStreamFilter- Parameters:
reader-- Returns:
-
-