Exception Thrown By: | Cause | |
Class | Method | |
GSSManager | public abstract GSSCredential createCredential(int usage) | containing the following major error codes: GSSException.BAD_MECH GSSException.FAILURE |
GSSManager | public abstract GSSContext createContext(GSSCredential myCred) | containing the following major error codes:GSSException.BAD_MECH GSSException.FAILURE |
GSSManager | public abstract GSSContext createContext(byte[] interProcessToken) | containing the following major error codes: GSSException.BAD_MECH GSSException.FAILURE |
Oid | public Oid(InputStream derOid) | may be thrown when the DER encoding does notfollow the prescribed format. |
Oid | public Oid(byte[] data) | may be thrown when the DER encoding does not follow the prescribed format. |
Oid | public byte[] getDER() | may be thrown when the oid can't be encoded. |