< prev index next >

src/java.security.jgss/share/classes/sun/security/krb5/KrbAsRep.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 153,167 **** DerValue encoding = new DerValue(enc_as_rep_part); EncASRepPart enc_part = new EncASRepPart(encoding); rep.encKDCRepPart = enc_part; ASReq req = asReq.getMessage(); ! check(true, req, rep); creds = new Credentials( rep.ticket, ! req.reqBody.cname, enc_part.sname, enc_part.key, enc_part.flags, enc_part.authtime, enc_part.starttime, --- 153,167 ---- DerValue encoding = new DerValue(enc_as_rep_part); EncASRepPart enc_part = new EncASRepPart(encoding); rep.encKDCRepPart = enc_part; ASReq req = asReq.getMessage(); ! check(true, req, rep, dkey); creds = new Credentials( rep.ticket, ! rep.cname, enc_part.sname, enc_part.key, enc_part.flags, enc_part.authtime, enc_part.starttime,
< prev index next >