Searched refs:containerAnnotation (Results 1 – 2 of 2) sorted by relevance
314 Asn1Class containerAnnotation = containerClass.getDeclaredAnnotation(Asn1Class.class); in getContainerAsn1Type() local315 if (containerAnnotation == null) { in getContainerAsn1Type()321 switch (containerAnnotation.type()) { in getContainerAsn1Type()325 return containerAnnotation.type(); in getContainerAsn1Type()329 + containerAnnotation.type()); in getContainerAsn1Type()647 Asn1Class containerAnnotation = in convert() local649 if ((containerAnnotation != null) in convert()650 && (containerAnnotation.type() == Asn1Type.SEQUENCE)) { in convert()657 Asn1Class containerAnnotation = in convert() local659 if ((containerAnnotation != null) in convert()[all …]
56 Asn1Class containerAnnotation = containerClass.getDeclaredAnnotation(Asn1Class.class); in encode() local57 if (containerAnnotation == null) { in encode()62 Asn1Type containerType = containerAnnotation.type(); in encode()563 Asn1Class containerAnnotation = in toDer() local565 if ((containerAnnotation != null) in toDer()566 && (containerAnnotation.type() == Asn1Type.SEQUENCE)) { in toDer()573 Asn1Class containerAnnotation = in toDer() local575 if ((containerAnnotation != null) in toDer()576 && (containerAnnotation.type() == Asn1Type.CHOICE)) { in toDer()