Uses of Interface
javax.security.auth.message.MessagePolicy.ProtectionPolicy

Packages that use MessagePolicy.ProtectionPolicy
javax.security.auth.message This package defines the core interfaces of the JSR 196 message authentication SPI. 
 

Uses of MessagePolicy.ProtectionPolicy in javax.security.auth.message
 

Methods in javax.security.auth.message that return MessagePolicy.ProtectionPolicy
 MessagePolicy.ProtectionPolicy MessagePolicy.TargetPolicy.getProtectionPolicy()
          Get the ProtectionPolicy that applies to the targets.
 

Constructors in javax.security.auth.message with parameters of type MessagePolicy.ProtectionPolicy
MessagePolicy.TargetPolicy(MessagePolicy.Target[] targets, MessagePolicy.ProtectionPolicy protectionPolicy)
          Create a TargetPolicy instance with an array of Targets and with a ProtectionPolicy.
 



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