< prev index next >
src/java.security.jgss/share/classes/sun/security/krb5/internal/KRBSafe.java
Print this page
*** 38,55 ****
import java.math.BigInteger;
/**
* Implements the ASN.1 KRBSafe type.
*
! * <xmp>
* KRB-SAFE ::= [APPLICATION 20] SEQUENCE {
* pvno [0] INTEGER (5),
* msg-type [1] INTEGER (20),
* safe-body [2] KRB-SAFE-BODY,
* cksum [3] Checksum
* }
! * </xmp>
*
* <p>
* This definition reflects the Network Working Group RFC 4120
* specifications available at
* <a href="http://www.ietf.org/rfc/rfc4120.txt">
--- 38,55 ----
import java.math.BigInteger;
/**
* Implements the ASN.1 KRBSafe type.
*
! * <pre>{@code
* KRB-SAFE ::= [APPLICATION 20] SEQUENCE {
* pvno [0] INTEGER (5),
* msg-type [1] INTEGER (20),
* safe-body [2] KRB-SAFE-BODY,
* cksum [3] Checksum
* }
! * }</pre>
*
* <p>
* This definition reflects the Network Working Group RFC 4120
* specifications available at
* <a href="http://www.ietf.org/rfc/rfc4120.txt">
< prev index next >