51799
|
1 |
#
|
|
2 |
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
|
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4 |
#
|
|
5 |
# This code is free software; you can redistribute it and/or modify it
|
|
6 |
# under the terms of the GNU General Public License version 2 only, as
|
|
7 |
# published by the Free Software Foundation. Oracle designates this
|
|
8 |
# particular file as subject to the "Classpath" exception as provided
|
|
9 |
# by Oracle in the LICENSE file that accompanied this code.
|
|
10 |
#
|
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that
|
|
15 |
# accompanied this code).
|
|
16 |
#
|
|
17 |
# You should have received a copy of the GNU General Public License version
|
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
20 |
#
|
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
22 |
# or visit www.oracle.com if you need additional information or have any
|
|
23 |
# questions.
|
|
24 |
#
|
|
25 |
# ##########################################################
|
|
26 |
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
|
|
27 |
# ##########################################################
|
|
28 |
#
|
|
29 |
module name java.security.jgss
|
|
30 |
header exports javax/security/auth/kerberos,org/ietf/jgss requires name\u0020;java.base\u0020;flags\u0020;8000,name\u0020;java.naming\u0020;flags\u0020;0 provides interface\u0020;java/security/Provider\u0020;impls\u0020;sun/security/jgss/SunProvider target linux-amd64 flags 8000
|
|
31 |
|
|
32 |
class name javax/security/auth/kerberos/DelegationPermission
|
|
33 |
header extends java/security/BasicPermission implements java/io/Serializable flags 31
|
|
34 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
35 |
|
|
36 |
class name javax/security/auth/kerberos/EncryptionKey
|
|
37 |
header extends java/lang/Object implements javax/crypto/SecretKey flags 31
|
|
38 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
39 |
|
|
40 |
class name javax/security/auth/kerberos/KerberosCredMessage
|
|
41 |
header extends java/lang/Object implements javax/security/auth/Destroyable flags 31
|
|
42 |
innerclass innerClass java/util/Base64$Encoder outerClass java/util/Base64 innerClassName Encoder flags 9
|
|
43 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
44 |
|
|
45 |
class name javax/security/auth/kerberos/KerberosKey
|
|
46 |
header extends java/lang/Object implements javax/crypto/SecretKey flags 21
|
|
47 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
48 |
|
|
49 |
class name javax/security/auth/kerberos/KerberosPrincipal
|
|
50 |
header extends java/lang/Object implements java/security/Principal,java/io/Serializable flags 31
|
|
51 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
52 |
|
|
53 |
class name javax/security/auth/kerberos/KerberosTicket
|
|
54 |
header extends java/lang/Object implements javax/security/auth/Destroyable,javax/security/auth/Refreshable,java/io/Serializable flags 21
|
|
55 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
56 |
|
|
57 |
class name javax/security/auth/kerberos/KeyTab
|
|
58 |
header extends java/lang/Object flags 31
|
|
59 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
60 |
|
|
61 |
class name javax/security/auth/kerberos/ServicePermission
|
|
62 |
header extends java/security/Permission implements java/io/Serializable flags 31
|
|
63 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
64 |
|
|
65 |
class name org/ietf/jgss/ChannelBinding
|
|
66 |
header extends java/lang/Object flags 21
|
|
67 |
|
|
68 |
class name org/ietf/jgss/GSSContext
|
|
69 |
header extends java/lang/Object flags 601
|
|
70 |
-method name initSecContext descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;)I
|
|
71 |
-method name acceptSecContext descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;)V
|
|
72 |
-method name wrap descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V
|
|
73 |
-method name unwrap descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V
|
|
74 |
-method name getMIC descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V
|
|
75 |
-method name verifyMIC descriptor (Ljava/io/InputStream;Ljava/io/InputStream;Lorg/ietf/jgss/MessageProp;)V
|
|
76 |
method name initSecContext descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;)I thrownTypes org/ietf/jgss/GSSException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="11")
|
|
77 |
method name acceptSecContext descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;)V thrownTypes org/ietf/jgss/GSSException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="11")
|
|
78 |
method name wrap descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V thrownTypes org/ietf/jgss/GSSException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="11")
|
|
79 |
method name unwrap descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V thrownTypes org/ietf/jgss/GSSException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="11")
|
|
80 |
method name getMIC descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V thrownTypes org/ietf/jgss/GSSException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="11")
|
|
81 |
method name verifyMIC descriptor (Ljava/io/InputStream;Ljava/io/InputStream;Lorg/ietf/jgss/MessageProp;)V thrownTypes org/ietf/jgss/GSSException flags 401 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="11")
|
|
82 |
|
|
83 |
class name org/ietf/jgss/GSSCredential
|
|
84 |
header extends java/lang/Object implements java/lang/Cloneable flags 601
|
|
85 |
|
|
86 |
class name org/ietf/jgss/GSSException
|
|
87 |
header extends java/lang/Exception flags 21
|
|
88 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
89 |
|
|
90 |
class name org/ietf/jgss/GSSManager
|
|
91 |
header extends java/lang/Object flags 421
|
|
92 |
|
|
93 |
class name org/ietf/jgss/GSSName
|
|
94 |
header extends java/lang/Object flags 601
|
|
95 |
|
|
96 |
class name org/ietf/jgss/MessageProp
|
|
97 |
header extends java/lang/Object flags 21
|
|
98 |
|
|
99 |
class name org/ietf/jgss/Oid
|
|
100 |
header extends java/lang/Object flags 21
|
|
101 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
102 |
|