Improve Javadoc
[lgpl/argeo-commons.git] / org.argeo.node.api / src / org / argeo / node / security / CryptoKeyring.java
index 72f9ff7a7dd0c9ffd892380ea918fb58504c63bf..026fcb06d259b76f8eeb9604b23f5bfa9531dff1 100644 (file)
  */
 package org.argeo.node.security;
 
-
-
 /**
- * Advanced keyring based on cryptography that can easily be centralized and
- * coordinated with {@link KeyringLoginModule} (since they ar ein the same
- * package)
+ * Marker interface for an advanced keyring based on cryptography.
  */
 public interface CryptoKeyring extends Keyring {