Class X509KeySelector


  • @Deprecated
    public class X509KeySelector
    extends X509KeySelector
    Deprecated.
    Clone of org.certificateservices.messages.csmessages.X509KeySelector for backward compability.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.xml.crypto.KeySelector

        javax.xml.crypto.KeySelector.Purpose
    • Constructor Summary

      Constructors 
      Constructor Description
      X509KeySelector​(java.security.KeyStore keyStore)
      Deprecated.
      Creates an X509KeySelector.
    • Method Summary

      • Methods inherited from class javax.xml.crypto.KeySelector

        singletonKeySelector
      • Methods inherited from class java.lang.Object

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

      • X509KeySelector

        public X509KeySelector​(java.security.KeyStore keyStore)
                        throws java.security.KeyStoreException
        Deprecated.
        Creates an X509KeySelector.
        Parameters:
        keyStore - the keystore
        Throws:
        java.security.KeyStoreException - if the keystore has not been initialized
        java.lang.NullPointerException - if keyStore is null