Class BSTProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.processor.BSTProcessor
- All Implemented Interfaces:
StreamFilter
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(XMLStreamReader reader) parse an incomming X509 tokenbyte[]getValue()
-
Constructor Details
-
BSTProcessor
public BSTProcessor()Creates a new instance of BSTProcessor
-
-
Method Details
-
getValue
public byte[] getValue() -
getCertificate
-
accept
parse an incomming X509 token- Specified by:
acceptin interfaceStreamFilter
-