Package com.sun.xml.wss.core

Interface Summary
SecurityHeaderBlock  
SecurityToken  
 

Class Summary
BinarySecurityToken A wsse:BinarySecurityToken.
DerivedKeyTokenHeaderBlock  
EncryptedDataHeaderBlock Corresponds to Schema definition for EncryptedData.
EncryptedDataImpl Simple EncryptedData for Sign and Encrypt Usecase.
EncryptedHeaderBlock Corresponds to Schema definition for EncryptedData.
EncryptedKeyHeaderBlock The schema definition of EncryptedKey element is as follows: <element name='EncryptedKey' type='xenc:EncryptedKeyType'/> <complexType name='EncryptedKeyType'> <complexContent> <extension base='xenc:EncryptedType'> <sequence> <element ref='xenc:ReferenceList' minOccurs='0'/> <element name='CarriedKeyName' type='string' minOccurs='0'/> </sequence> <attribute name='Recipient' type='string' use='optional'/> </extension> </complexContent> </complexType>
EncryptedKeyToken  
EncryptedTypeHeaderBlock Schema definition for an EncryptedType is as follows: <complexType name='EncryptedType' abstract='true'> <sequence> <element name='EncryptionMethod' type='xenc:EncryptionMethodType' minOccurs='0'/> <element ref='ds:KeyInfo' minOccurs='0'/> <element ref='xenc:CipherData'/> <element ref='xenc:EncryptionProperties' minOccurs='0'/> </sequence> <attribute name='Id' type='ID' use='optional'/> <attribute name='Type' type='anyURI' use='optional'/> <attribute name='MimeType' type='string' use='optional'/> <attribute name='Encoding' type='anyURI' use='optional'/> </complexType>
KeyInfoHeaderBlock Corresponds to the schema representation for a KeyInfo.
LogStringsMessages Defines string formatting method for each constant in the resource file
ReferenceElement  
ReferenceListHeaderBlock A ReferenceList element is defined as follows: <element name='ReferenceList'> <complexType> <choice minOccurs='1' maxOccurs='unbounded'> <element name='DataReference' type='xenc:ReferenceType'/> <element name='KeyReference' type='xenc:ReferenceType'/> </choice> </complexType> </element>
SamlAssertionHeaderBlock The schema definition for a SAML Assertion is as follows: <element name="Assertion" type="saml:AssertionType"/> <complexType name="AssertionType"> <sequence> <element ref="saml:Conditions" minOccurs="0"/> <element ref="saml:Advice" minOccurs="0"/> <choice maxOccurs="unbounded"> <element ref="saml:Statement"/> <element ref="saml:SubjectStatement"/> <element ref="saml:AuthenticationStatement"/> <element ref="saml:AuthorizationDecisionStatement"/> <element ref="saml:AttributeStatement"/> </choice> <element ref="ds:Signature" minOccurs="0"/> </sequence> <attribute name="MajorVersion" type="integer" use="required"/> <attribute name="MinorVersion" type="integer" use="required"/> <attribute name="AssertionID" type="saml:IDType" use="required"/> <attribute name="Issuer" type="string" use="required"/> <attribute name="IssueInstant" type="dateTime" use="required"/> </complexType>
SecurityContextTokenImpl ... ... ...
SecurityHeader  
SecurityTokenReference  
SignatureConfirmationHeaderBlock wsse11:SignatureConfirmation
SignatureHeaderBlock
Timestamp  
UsernameToken Support for a WSS:Username Token Profile.
X509SecurityToken An X509 v3 certificate BinarySecurityToken.
 



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