public class CredCacheOutputStream extends KrbOutputStream
writtenout| Constructor and Description |
|---|
CredCacheOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeAddress(HostAddress address) |
void |
writeAddresses(HostAddresses addrs) |
void |
writeAuthzData(AuthorizationData authData) |
void |
writeIsSkey(boolean isEncInSKey) |
void |
writeKey(EncryptionKey key,
int version) |
void |
writePrincipal(PrincipalName principal,
int version) |
void |
writeTicket(Ticket t) |
void |
writeTicketFlags(TicketFlags ticketFlags) |
void |
writeTimes(KerberosTime[] times) |
writeCountedOctets, writeCountedString, writeRealm, writeTimeflush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFclose, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic CredCacheOutputStream(OutputStream out)
public void writePrincipal(PrincipalName principal, int version) throws IOException
writePrincipal in class KrbOutputStreamIOExceptionpublic void writeKey(EncryptionKey key, int version) throws IOException
writeKey in class KrbOutputStreamIOExceptionpublic void writeTimes(KerberosTime[] times) throws IOException
IOExceptionpublic void writeAddresses(HostAddresses addrs) throws IOException
IOExceptionpublic void writeAddress(HostAddress address) throws IOException
IOExceptionpublic void writeAuthzData(AuthorizationData authData) throws IOException
IOExceptionpublic void writeTicket(Ticket t) throws IOException
IOExceptionpublic void writeIsSkey(boolean isEncInSKey)
throws IOException
IOExceptionpublic void writeTicketFlags(TicketFlags ticketFlags) throws IOException
IOExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.