Searched refs:IkeDerAsn1DnIdentification (Results 1 – 4 of 4) sorted by relevance
36 public final class IkeDerAsn1DnIdentification extends IkeIdentification { class46 public IkeDerAsn1DnIdentification(byte[] derAsn1DnBytes) throws AuthenticationFailedException { in IkeDerAsn1DnIdentification() method in IkeDerAsn1DnIdentification64 public IkeDerAsn1DnIdentification(@NonNull X500Principal derAsn1Dn) { in IkeDerAsn1DnIdentification() method in IkeDerAsn1DnIdentification81 if (!(o instanceof IkeDerAsn1DnIdentification)) return false; in equals()84 return derAsn1Dn.equals(((IkeDerAsn1DnIdentification) o).derAsn1Dn); in equals()
24 import android.net.ipsec.ike.IkeDerAsn1DnIdentification;176 IkeDerAsn1DnIdentification ikeId = (IkeDerAsn1DnIdentification) payload.ikeId; in testDecodeDerAsn1DnIdPayload()273 new IkeIdPayload(true /*isInitiator*/, new IkeDerAsn1DnIdentification(asnDn)); in testConstructAndEncodeDerAsn1DnIdPayload()
19 import android.net.ipsec.ike.IkeDerAsn1DnIdentification;92 ikeId = new IkeDerAsn1DnIdentification(idData); in IkeIdPayload()
87 public final class IkeDerAsn1DnIdentification extends android.net.ipsec.ike.IkeIdentification {88 ctor public IkeDerAsn1DnIdentification(@NonNull javax.security.auth.x500.X500Principal);