Class Store


  • public class Store
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.security.KeyStore store  
    • Constructor Summary

      Constructors 
      Constructor Description
      Store()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCert​(java.lang.String alias, byte[] cert)  
      void removeCert​(java.lang.String alias)  
      void save()  
      • Methods inherited from class java.lang.Object

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

      • store

        protected final java.security.KeyStore store
    • Constructor Detail

      • Store

        public Store()
              throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • addCert

        public void addCert​(java.lang.String alias,
                            byte[] cert)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeCert

        public void removeCert​(java.lang.String alias)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • save

        public void save()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception