- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for ASN1EncodableVector (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/pac/kerberos/KerberosTicketTest.java
ASN1EncodableVector v = new ASN1EncodableVector(); // crealm (field 2) v.add(new DERTaggedObject(true, 2, new DERGeneralString(userRealm))); // cname (field 3) ASN1EncodableVector principalNameVector = new ASN1EncodableVector(); principalNameVector.add(new DERGeneralString(userName)); ASN1EncodableVector principalVector = new ASN1EncodableVector();Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 11.4K bytes - Click Count (0) -
src/main/java/jcifs/spnego/NegTokenInit.java
} @Override public byte[] toByteArray() { try { final ASN1EncodableVector fields = new ASN1EncodableVector(); final ASN1ObjectIdentifier[] mechs = getMechanisms(); if (mechs != null) { final ASN1EncodableVector vector = new ASN1EncodableVector(); for (final ASN1ObjectIdentifier mech : mechs) { vector.add(mech);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 10.3K bytes - Click Count (0) -
src/test/java/jcifs/spnego/NegTokenInitTest.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 21K bytes - Click Count (0)