Hello, when printing out the DN of a X509 Certificate Subject as issued by many public CAs I noticed it often adds a OID.2.5.4.17. which is the postalCode (ZIP) attribute.
It would be cool if we can add it (however it is a not trivial type) http://hg.openjdk.java.net/jdk10/jdk10/jdk/file/53142e39bfa7/src/java.base/share/classes/sun/security/x509/AVA.java Gruss Bernd