Searched refs:Asn1Exception (Results 1 - 25 of 63) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DAsn1Exception.java33 public class Asn1Exception extends KrbException { class in inherits:KrbException
37 public Asn1Exception(int i) { method in class:Asn1Exception
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DAPOptions.java33 import sun.security.krb5.Asn1Exception;
64 public APOptions(int oneBit) throws Asn1Exception {
68 public APOptions(int size, byte[] data) throws Asn1Exception {
71 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
75 public APOptions(boolean[] data) throws Asn1Exception {
78 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
82 public APOptions(DerValue encoding) throws IOException, Asn1Exception {
95 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
99 public static APOptions parse(DerInputStream data, byte explicitTag, boolean optional) throws Asn1Exception, IOException {
104 throw new Asn1Exception(Krb
[all...]
H A DTransitedEncoding.java34 import sun.security.krb5.Asn1Exception;
67 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
71 public TransitedEncoding(DerValue encoding) throws Asn1Exception, IOException {
73 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
81 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
88 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
90 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
96 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
99 public byte[] asn1Encode() throws Asn1Exception, IOException {
117 * @exception Asn1Exception o
[all...]
H A DASReq.java43 public ASReq(byte[] data) throws Asn1Exception, KrbException, IOException {
47 public ASReq(DerValue encoding) throws Asn1Exception, KrbException, IOException {
51 private void init(DerValue encoding) throws Asn1Exception, IOException, KrbException {
H A DTGSReq.java43 public TGSReq(byte[] data) throws Asn1Exception,
48 public TGSReq(DerValue encoding) throws Asn1Exception,
53 private void init(DerValue encoding) throws Asn1Exception,
H A DASRep.java35 import sun.security.krb5.Asn1Exception;
53 public ASRep(byte[] data) throws Asn1Exception,
58 public ASRep(DerValue encoding) throws Asn1Exception,
63 private void init(DerValue encoding) throws Asn1Exception,
H A DTGSRep.java37 import sun.security.krb5.Asn1Exception;
54 public TGSRep(byte[] data) throws Asn1Exception,
59 public TGSRep(DerValue encoding) throws Asn1Exception,
64 private void init(DerValue encoding) throws Asn1Exception,
H A DLastReqEntry.java34 import sun.security.krb5.Asn1Exception;
53 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
56 public LastReqEntry(DerValue encoding) throws Asn1Exception, IOException {
58 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
66 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
70 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
76 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
79 public byte[] asn1Encode() throws Asn1Exception, IOException {
H A DAPRep.java34 import sun.security.krb5.Asn1Exception;
68 public APRep(byte[] data) throws Asn1Exception,
73 public APRep(DerValue encoding) throws Asn1Exception,
81 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
86 private void init(DerValue encoding) throws Asn1Exception,
92 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
96 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
100 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
108 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
116 throw new Asn1Exception(Krb
[all...]
H A DKRBPriv.java34 import sun.security.krb5.Asn1Exception;
69 public KRBPriv(byte[] data) throws Asn1Exception,
74 public KRBPriv(DerValue encoding) throws Asn1Exception,
83 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
88 private void init(DerValue encoding) throws Asn1Exception,
94 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
97 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
106 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
114 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
117 throw new Asn1Exception(Krb
[all...]
H A DMethodData.java34 import sun.security.krb5.Asn1Exception;
62 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
65 public MethodData(DerValue encoding) throws Asn1Exception, IOException {
68 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
76 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
82 else throw new Asn1Exception(Krb5.ASN1_BAD_ID);
85 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
91 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
95 public byte[] asn1Encode() throws Asn1Exception, IOException {
H A DKRBCred.java34 import sun.security.krb5.Asn1Exception;
82 public KRBCred(byte[] data) throws Asn1Exception,
87 public KRBCred(DerValue encoding) throws Asn1Exception,
95 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
101 private void init(DerValue encoding) throws Asn1Exception,
106 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
111 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
120 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
129 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
135 throw new Asn1Exception(Krb
[all...]
H A DETypeInfo.java29 import sun.security.krb5.Asn1Exception;
67 * @exception Asn1Exception if an error occurs while decoding an
71 public ETypeInfo(DerValue encoding) throws Asn1Exception, IOException {
75 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
84 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
110 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
118 * @exception Asn1Exception on encoding errors.
120 public byte[] asn1Encode() throws Asn1Exception, IOException {
H A DLastReq.java34 import sun.security.krb5.Asn1Exception;
75 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
79 public LastReq(DerValue encoding) throws Asn1Exception, IOException {
82 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
96 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
99 public byte[] asn1Encode() throws Asn1Exception, IOException {
116 * @exception Asn1Exception on error.
124 public static LastReq parse(DerInputStream data, byte explicitTag, boolean optional) throws Asn1Exception, IOException {
129 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
H A DPAEncTSEnc.java34 import sun.security.krb5.Asn1Exception;
76 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
79 public PAEncTSEnc(DerValue encoding) throws Asn1Exception, IOException {
82 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
90 else throw new Asn1Exception(Krb5.ASN1_BAD_ID);
93 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
100 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
103 public byte[] asn1Encode() throws Asn1Exception, IOException {
H A DKDCOptions.java35 import sun.security.krb5.Asn1Exception;
154 public KDCOptions(int size, byte[] data) throws Asn1Exception {
157 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
164 * @exception Asn1Exception if an error occurs while decoding an ASN1
168 public KDCOptions(boolean[] data) throws Asn1Exception {
171 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
175 public KDCOptions(DerValue encoding) throws Asn1Exception, IOException {
199 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
204 public static KDCOptions parse(DerInputStream data, byte explicitTag, boolean optional) throws Asn1Exception, IOException {
209 throw new Asn1Exception(Krb
[all...]
H A DTicketFlags.java33 import sun.security.krb5.Asn1Exception;
62 public TicketFlags (boolean[] flags) throws Asn1Exception {
65 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
69 public TicketFlags(int size, byte[] data) throws Asn1Exception {
72 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
75 public TicketFlags(DerValue encoding) throws IOException, Asn1Exception {
84 * @exception Asn1Exception on error.
91 public static TicketFlags parse(DerInputStream data, byte explicitTag, boolean optional) throws Asn1Exception, IOException {
96 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
H A DTicket.java35 import sun.security.krb5.Asn1Exception;
90 public Ticket(byte[] data) throws Asn1Exception,
95 public Ticket(DerValue encoding) throws Asn1Exception,
103 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
109 private void init(DerValue encoding) throws Asn1Exception,
116 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
119 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
122 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
130 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
136 * @exception Asn1Exception i
[all...]
H A DEncASRepPart.java71 public EncASRepPart(byte[] data) throws Asn1Exception,
76 public EncASRepPart(DerValue encoding) throws Asn1Exception,
81 private void init(DerValue encoding) throws Asn1Exception,
86 public byte[] asn1Encode() throws Asn1Exception,
H A DEncTGSRepPart.java67 public EncTGSRepPart(byte[] data) throws Asn1Exception,
72 public EncTGSRepPart(DerValue encoding) throws Asn1Exception,
77 private void init(DerValue encoding) throws Asn1Exception,
82 public byte[] asn1Encode() throws Asn1Exception,
H A DAuthorizationDataEntry.java34 import sun.security.krb5.Asn1Exception;
68 public AuthorizationDataEntry(DerValue encoding) throws Asn1Exception, IOException {
71 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
77 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
83 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
86 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
93 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
96 public byte[] asn1Encode() throws Asn1Exception, IOException {
H A DKRBSafe.java34 import sun.security.krb5.Asn1Exception;
72 public KRBSafe(byte[] data) throws Asn1Exception,
77 public KRBSafe(DerValue encoding) throws Asn1Exception,
85 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
91 private void init(DerValue encoding) throws Asn1Exception,
97 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
100 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
108 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
117 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
121 throw new Asn1Exception(Krb
[all...]
H A DAPReq.java76 public APReq(byte[] data) throws Asn1Exception, IOException, KrbApErrException, RealmException {
80 public APReq(DerValue encoding) throws Asn1Exception, IOException, KrbApErrException, RealmException {
87 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
92 private void init(DerValue encoding) throws Asn1Exception,
98 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
102 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
106 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
114 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
124 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
131 * @exception Asn1Exception i
[all...]
H A DEncAPRepPart.java76 throws Asn1Exception, IOException {
81 throws Asn1Exception, IOException {
88 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
91 private void init(DerValue encoding) throws Asn1Exception, IOException {
96 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
100 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
107 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
118 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
125 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
132 * @exception Asn1Exception i
[all...]
H A DEncKrbPrivPart.java33 import sun.security.krb5.Asn1Exception;
84 public EncKrbPrivPart(byte[] data) throws Asn1Exception, IOException {
88 public EncKrbPrivPart(DerValue encoding) throws Asn1Exception, IOException {
95 * @exception Asn1Exception if an error occurs while decoding an ASN1 encoded data.
98 private void init(DerValue encoding) throws Asn1Exception, IOException {
103 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
107 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
113 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
133 throw new Asn1Exception(Krb5.ASN1_BAD_ID);
140 * @exception Asn1Exception i
[all...]

Completed in 70 milliseconds

123