Package com.swiftmq.tools.security
Class Store
- java.lang.Object
-
- com.swiftmq.tools.security.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()
-
-
-
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
-
-