Uses of Interface
javax.security.auth.message.MessagePolicy.Target
-
Packages that use MessagePolicy.Target Package Description javax.security.auth.message This package defines the core interfaces of the JSR 196 message authentication SPI. -
-
Uses of MessagePolicy.Target in javax.security.auth.message
Fields in javax.security.auth.message declared as MessagePolicy.Target Modifier and Type Field Description private MessagePolicy.Target[]
MessagePolicy.TargetPolicy. targets
Methods in javax.security.auth.message that return MessagePolicy.Target Modifier and Type Method Description MessagePolicy.Target[]
MessagePolicy.TargetPolicy. getTargets()
Get the array of layer-specific target descriptors that identify the one or more message parts to which the specified message protection policy applies.Constructors in javax.security.auth.message with parameters of type MessagePolicy.Target Constructor Description TargetPolicy(MessagePolicy.Target[] targets, MessagePolicy.ProtectionPolicy protectionPolicy)
Create a TargetPolicy instance with an array of Targets and with a ProtectionPolicy.
-