X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=security%2Fruntime%2Forg.argeo.security.core%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fsecurity%2Fcrypto%2FCryptoKeyring.java;fp=security%2Fruntime%2Forg.argeo.security.core%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fsecurity%2Fcrypto%2FCryptoKeyring.java;h=67817603403684437c0df6244d183acc5747bb23;hb=72b40d55c0481e506ba9eabd6fcd684ef23e2f5a;hp=0000000000000000000000000000000000000000;hpb=5432296c4f513e87be847486648252cb07b499a2;p=lgpl%2Fargeo-commons.git diff --git a/security/runtime/org.argeo.security.core/src/main/java/org/argeo/security/crypto/CryptoKeyring.java b/security/runtime/org.argeo.security.core/src/main/java/org/argeo/security/crypto/CryptoKeyring.java new file mode 100644 index 000000000..678176034 --- /dev/null +++ b/security/runtime/org.argeo.security.core/src/main/java/org/argeo/security/crypto/CryptoKeyring.java @@ -0,0 +1,12 @@ +package org.argeo.security.crypto; + +import org.argeo.util.security.Keyring; + +/** + * Advanced keyring based on cryptography that can easily be centralized and + * coordinated with {@link KeyringLoginModule} (since they ar ein the same + * package) + */ +public interface CryptoKeyring extends Keyring { + +}