Class KerberosName
java.lang.Object
org.mozilla.jss.netscape.security.extensions.KerberosName
This represents a KerberosName as defined in
RFC 1510.
KerberosName ::= SEQUENCE {
realm [0] Realm,
principalName [1] CertPrincipalName -- defined above
}
CertPrincipalName ::= SEQUENCE {
name-type[0] INTEGER,
name-string[1] SEQUENCE OF UTF8String
}
- Version:
- $Revision$, $Date$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectIdentifier
private int
private String
static final int[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(OutputStream out) Write the extension to the DerOutputStream.static void
byte[]
toString()
-
Field Details
-
OID
public static final int[] OID -
KRB5_PRINCIPAL_NAME
-
m_realm
-
m_name_type
private int m_name_type -
m_name_strings
-
-
Constructor Details
-
KerberosName
-
-
Method Details
-
encode
Write the extension to the DerOutputStream.- Parameters:
out
- the DerOutputStream to write the extension to.- Throws:
IOException
- on encoding errors.
-
toByteArray
- Throws:
IOException
-
toString
-
main
-