54555657585960616263
} public void init() throws Exception { super.init(); if(auth_plugin instanceof X509Token) { X509Token tmp=(X509Token)auth_plugin; tmp.setCertificate(); } }
93949596979899100101102
} public void init() throws Exception { super.init(); if(auth_token instanceof X509Token) { X509Token tmp=(X509Token)auth_token; tmp.setCertificate(); } auth_token.init(); }
55565758596061626364
} public void init() throws Exception { super.init(); if(auth_plugin instanceof X509Token) { X509Token tmp=(X509Token)auth_plugin; tmp.setCertificate(); } auth_plugin.init(); }
56575859606162636465
52535455565758596061
57585960616263646566