This commit is contained in:
Henry Jen 2019-10-14 21:01:25 +00:00
commit 8d141f1048
561 changed files with 10985 additions and 8895 deletions

View file

@ -1393,6 +1393,7 @@ class Krb5Context implements GSSContextSpi {
static class KerberosSessionKey implements Key {
private static final long serialVersionUID = 699307378954123869L;
@SuppressWarnings("serial") // Not statically typed as Serializable
private final EncryptionKey key;
KerberosSessionKey(EncryptionKey key) {

View file

@ -53,7 +53,9 @@ public class Krb5InitCredential
private static final long serialVersionUID = 7723415700837898232L;
@SuppressWarnings("serial") // Not statically typed as Serializable
private Krb5NameElement name;
@SuppressWarnings("serial") // Not statically typed as Serializable
private Credentials krb5Credentials;
public KerberosTicket proxyTicket;

View file

@ -79,7 +79,9 @@ import sun.security.krb5.internal.util.KerberosString;
* <a href="http://www.ietf.org/rfc/rfc4120.txt">
* http://www.ietf.org/rfc/rfc4120.txt</a>.
*/
// The instance fields not statically typed as Serializable are ASN.1
// encoded and written by the writeObject method.
@SuppressWarnings("serial")
public class KRBError implements java.io.Serializable {
static final long serialVersionUID = 3643809337475284503L;