Apache CXF API

Uses of Class
org.apache.cxf.sts.service.EncryptionProperties

Packages that use EncryptionProperties
org.apache.cxf.sts   
org.apache.cxf.sts.claims   
org.apache.cxf.sts.operation   
org.apache.cxf.sts.service   
org.apache.cxf.sts.token.provider   
org.apache.cxf.sts.token.renewer   
 

Uses of EncryptionProperties in org.apache.cxf.sts
 

Methods in org.apache.cxf.sts that return EncryptionProperties
 EncryptionProperties StaticSTSProperties.getEncryptionProperties()
          Get the EncryptionProperties to use.
 EncryptionProperties STSPropertiesMBean.getEncryptionProperties()
          Get the EncryptionProperties to use.
 

Methods in org.apache.cxf.sts with parameters of type EncryptionProperties
 void StaticSTSProperties.setEncryptionProperties(EncryptionProperties encryptionProperties)
          Set the EncryptionProperties to use.
 void STSPropertiesMBean.setEncryptionProperties(EncryptionProperties encryptionProperties)
          Set the EncryptionProperties to use.
 

Uses of EncryptionProperties in org.apache.cxf.sts.claims
 

Methods in org.apache.cxf.sts.claims that return EncryptionProperties
 EncryptionProperties ClaimsParameters.getEncryptionProperties()
           
 

Methods in org.apache.cxf.sts.claims with parameters of type EncryptionProperties
 void ClaimsParameters.setEncryptionProperties(EncryptionProperties encryptionProperties)
           
 

Uses of EncryptionProperties in org.apache.cxf.sts.operation
 

Methods in org.apache.cxf.sts.operation with parameters of type EncryptionProperties
protected  Element AbstractOperation.encryptSecret(byte[] secret, EncryptionProperties encryptionProperties, KeyRequirements keyRequirements)
          Encrypt a secret using the given arguments producing a DOM EncryptedKey element
protected  Element AbstractOperation.encryptToken(Element element, String id, EncryptionProperties encryptionProperties, KeyRequirements keyRequirements, WebServiceContext context)
          Encrypt a Token element using the given arguments.
 

Uses of EncryptionProperties in org.apache.cxf.sts.service
 

Methods in org.apache.cxf.sts.service that return EncryptionProperties
 EncryptionProperties ServiceMBean.getEncryptionProperties()
          Get the EncryptionProperties to be used to encrypt tokens issued for this service
 EncryptionProperties StaticService.getEncryptionProperties()
          Get the EncryptionProperties to be used to encrypt tokens issued for this service
 

Methods in org.apache.cxf.sts.service with parameters of type EncryptionProperties
 void ServiceMBean.setEncryptionProperties(EncryptionProperties encryptionProperties)
          Set the EncryptionProperties to be used to encrypt tokens issued for this service
 void StaticService.setEncryptionProperties(EncryptionProperties encryptionProperties)
          Set the EncryptionProperties to be used to encrypt tokens issued for this service
 

Uses of EncryptionProperties in org.apache.cxf.sts.token.provider
 

Methods in org.apache.cxf.sts.token.provider that return EncryptionProperties
 EncryptionProperties TokenProviderParameters.getEncryptionProperties()
           
 

Methods in org.apache.cxf.sts.token.provider with parameters of type EncryptionProperties
protected static org.apache.wss4j.common.saml.bean.KeyInfoBean DefaultSubjectProvider.createKeyInfo(X509Certificate certificate, byte[] secret, Document doc, EncryptionProperties encryptionProperties, org.apache.wss4j.common.crypto.Crypto encryptionCrypto)
          Create an EncryptedKey KeyInfo.
 void TokenProviderParameters.setEncryptionProperties(EncryptionProperties encryptionProperties)
           
 

Uses of EncryptionProperties in org.apache.cxf.sts.token.renewer
 

Methods in org.apache.cxf.sts.token.renewer that return EncryptionProperties
 EncryptionProperties TokenRenewerParameters.getEncryptionProperties()
           
 

Methods in org.apache.cxf.sts.token.renewer with parameters of type EncryptionProperties
 void TokenRenewerParameters.setEncryptionProperties(EncryptionProperties encryptionProperties)
           
 


Apache CXF API

Apache CXF