javax.xml.crypto

Class KeySelector.Purpose

  • java.lang.Object
    • javax.xml.crypto.KeySelector.Purpose
  • Enclosing class:
    KeySelector


    public static class KeySelector.Purpose
    extends java.lang.Object
    The purpose of the key that is to be selected.
    • Constructor Summary

      Constructors 
      Modifier Constructor and Description
      private Purpose(java.lang.String name) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String toString()
      Returns a string representation of this purpose ("sign", "verify", "encrypt", or "decrypt").
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Purpose

        private Purpose(java.lang.String name)
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a string representation of this purpose ("sign", "verify", "encrypt", or "decrypt").
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of this purpose
XML Security (JSR 105/106), 1.8

Copyright © 2015 IBM Corporation. All Rights Reserved.