- java.lang.Object
-
- org.apache.kerby.asn1.type.Asn1Object
-
- org.apache.kerby.asn1.type.Asn1Encodeable
-
- org.apache.kerby.asn1.type.AbstractAsn1Type<org.apache.kerby.asn1.type.Asn1CollectionType>
-
- org.apache.kerby.asn1.type.Asn1CollectionType
-
- org.apache.kerby.asn1.type.Asn1SequenceType
-
-
- All Implemented Interfaces:
- org.apache.kerby.asn1.Asn1Dumpable, org.apache.kerby.asn1.type.Asn1Type
public class EtypeInfoEntry
extends KrbSequenceType
ETYPE-INFO-ENTRY ::= SEQUENCE {
etype [0] Int32,
salt [1] OCTET STRING OPTIONAL
}
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.kerby.asn1.type.Asn1Type
org.apache.kerby.asn1.type.Asn1Type.EncodingType
-
Field Summary
-
Fields inherited from class org.apache.kerby.asn1.type.Asn1Encodeable
bodyLength, outerEncodeable
-
Method Summary
-
Methods inherited from class org.apache.kerby.asn1.type.Asn1SequenceType
createCollection
-
Methods inherited from class org.apache.kerby.asn1.type.Asn1CollectionType
decodeBody, dumpWith, encodeBody, encodingBodyLength, getFieldAs, getFieldAsAny, getFieldAsInteger, getFieldAsObjId, getFieldAsOctets, getFieldAsString, setAnyFieldValueType, setFieldAs, setFieldAsAny, setFieldAsInt, setFieldAsInt, setFieldAsObjId, setFieldAsOctets
-
Methods inherited from class org.apache.kerby.asn1.type.AbstractAsn1Type
getValue, setValue, toString
-
Methods inherited from class org.apache.kerby.asn1.type.Asn1Encodeable
decode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDefinitiveLength, isDER, isImplicit, isPrimitive, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitive
-
Methods inherited from class org.apache.kerby.asn1.type.Asn1Object
isAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNo
-
Methods inherited from interface org.apache.kerby.asn1.type.Asn1Type
tag
-
-
Constructor Detail
-
EtypeInfoEntry
public EtypeInfoEntry()
-
Method Detail
-
getSalt
public byte[] getSalt()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.