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
}
-
Field Summary
Fields -
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
-
-
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
-