]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.core/src/main/java/org/argeo/security/crypto/AbstractKeyring.java
Update license headers
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / src / main / java / org / argeo / security / crypto / AbstractKeyring.java
index b69fff95a4b96b0fd0f14aea18f44055179cbb1e..daa1ebd12e84b6f9f026f528794ead64aebda912 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -47,7 +47,7 @@ import org.argeo.util.security.Keyring;
 import org.bouncycastle.jce.provider.BouncyCastleProvider;
 
 /** username / password based keyring. TODO internationalize */
-public abstract class AbstractKeyring implements Keyring {
+public abstract class AbstractKeyring implements Keyring, CryptoKeyring {
        static {
                Security.addProvider(new BouncyCastleProvider());
        }