Searched refs:sessionIdType (Results 1 – 1 of 1) sorted by relevance
101 private SetSessionID.sessionIdType sessionId_;102 public SetSessionID.sessionIdType getSessionId() { in getSessionId()109 this.sessionId_ = (SetSessionID.sessionIdType) value; in setSessionId()111 public SetSessionID.sessionIdType setSessionIdToNewInstance() { in setSessionIdToNewInstance()112 sessionId_ = new SetSessionID.sessionIdType(); in setSessionIdToNewInstance()163 … return tag == null ? SetSessionID.sessionIdType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()244 public static class sessionIdType extends Asn1Integer { class in SetSessionID250 public sessionIdType() { in sessionIdType() method in SetSessionID.sessionIdType278 public static sessionIdType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()279 sessionIdType result = new sessionIdType(); in fromPerUnaligned()[all …]