]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/Certificate.java
fixup! Implement store and load (with testcase)
[gigi.git] / src / org / cacert / gigi / Certificate.java
index 6b06926f65767829015ae520acc7af12fd7e1963..f06247cfda90c1ca7628fade6e6b3d841b716cfc 100644 (file)
@@ -269,7 +269,7 @@ public class Certificate {
         return ownerId;
     }
 
-    public List<SubjectAlternateName> getSans() {
+    public List<SubjectAlternateName> getSANs() {
         return Collections.unmodifiableList(sans);
     }